#ef4fae

Color #EF4FAE Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #EF4FAE

Tints of Brilliant Rose #EF4FAE

Color information

#EF4FAE (or 0xEF4FAE) is unknown color: approx Brilliant Rose. HEX triplet: EF, 4F and AE. RGB value is (239,79,174). Sum of RGB (Red+Green+Blue) = 239+79+174=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4FAE is #10B051. Grayscale: #898989. Windows color (decimal): -1093714 or 11423727. OLE color: 11423727.

HSL color Cylindrical-coordinate representation of color #EF4FAE: hue angle of 324.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4FAE is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB23979174-
CMYK00.670.270.06
HSL324.38º83.33%62.35%-
HSV(B)324.38º66.95%93.73%-
XYZ46.032742.83-
YUV137.67148.51200.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 48.58%
GREEN value IS 79 (31.25% from 255) = 16.06%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=48.58%
G=16.06%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397917400.670.270.06324.3883.3362.35
HexEF4FAE0431B6144533e
Octal357117256010333650412376
Binary1110111110011111010111001000011110111101010001001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4fae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4fae; }

 p { color: rgb(239,79,174); }

 H1.HeaderClassName
 {
   color: #ef4fae;
 }
 .AnyTagClassName
 {
   color: #ef4fae;
 }
</style>
background-color css

<style>
 a { background-color: #ef4fae; }

 a { background-color: rgb(239,79,174); }

 div.DivClassName
 {
   background-color: #ef4fae;
 }
 .BgClassName
 {
   background-color: #ef4fae;
 }
</style>
border-color css

<style>
 span { border-color: #ef4fae; }

 span { border-color: rgb(239,79,174); }

 td.TdClassName
 {
   border-color: #ef4fae;
 }
 .TagClassName
 {
   border-color: #ef4fae;
 }
</style>