#EF5EA4

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

Shades of Brilliant Rose #EF5EA4

Tints of Brilliant Rose #EF5EA4

Color information

#EF5EA4 (or 0xEF5EA4) is unknown color: approx Brilliant Rose. HEX triplet: EF, 5E and A4. RGB value is (239,94,164). Sum of RGB (Red+Green+Blue) = 239+94+164=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5EA4 is #10A15B. Grayscale: #919191. Windows color (decimal): -1089884 or 10772207. OLE color: 10772207.

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

Color convert

RGB23994164-
CMYK00.610.310.06
HSL331.03º81.92%65.29%-
HSV(B)331.03º60.67%93.73%-
XYZ46.329.0438.29-
YUV145.34138.54194.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.09%
GREEN value IS 94 (37.11% from 255) = 18.91%
BLUE value IS 164 (64.45% from 255) = 33.00%
R=48.09%
G=18.91%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399416400.610.310.06331.0381.9265.29
HexEF5EA403D1F614b5241
Octal357136244075376513122101
Binary1110111110111101010010001111011111111010100101110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5EA4; }

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

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

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

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

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

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

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

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