#EF4DA4

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

Shades of Brilliant Rose #EF4DA4

Tints of Brilliant Rose #EF4DA4

Color information

#EF4DA4 (or 0xEF4DA4) is unknown color: approx Brilliant Rose. HEX triplet: EF, 4D and A4. RGB value is (239,77,164). Sum of RGB (Red+Green+Blue) = 239+77+164=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4DA4 is #10B25B. Grayscale: #878787. Windows color (decimal): -1094236 or 10767855. OLE color: 10767855.

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

Color convert

RGB23977164-
CMYK00.680.310.06
HSL327.78º83.51%61.96%-
HSV(B)327.78º67.78%93.73%-
XYZ44.9526.3437.84-
YUV135.36144.17201.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.79%
GREEN value IS 77 (30.47% from 255) = 16.04%
BLUE value IS 164 (64.45% from 255) = 34.17%
R=49.79%
G=16.04%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397716400.680.310.06327.7883.5161.96
HexEF4DA40441F6148543e
Octal357115244010437651012476
Binary1110111110011011010010001000100111111101010010001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4DA4; }

 p { color: rgb(239,77,164); }

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

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

 a { background-color: rgb(239,77,164); }

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

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

 span { border-color: rgb(239,77,164); }

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