Html Css Color HEX #EF5EAA Brilliant Rose

📋 copy color: '#EF5EAA'

red 239 ◦ green 94 ◦ blue 170

#EF5EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EF5EAA

Tints of Brilliant Rose #EF5EAA

RGB

 RED value IS 239 (93.75% from 255) = 47.51%

 GREEN value IS 94 (37.11% from 255) = 18.69%

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 47.51%
G = 18.69%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF5EAA (or 0xEF5EAA) is known color: Brilliant Rose. HEX triplet: EF, 5E and AA. RGB value is (239,94,170). Sum of RGB (Red+Green+Blue) = 239+94+170=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5EAA is #10A155. Grayscale: #919191. Windows color (decimal): -1089878 or 11165423. OLE color: 11165423.

HSL color Cylindrical-coordinate representation of color #EF5EAA: hue angle of 328.55º 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 #EF5EAA is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 94 170 -
CMYK 0 0.61 0.29 0.06
HSL 328.55º 0.82% 0.65% -
HSV(B) 328.55º 0.61% 0.94% -
XYZ 46.86 29.26 41.21 -
YUV 146.02 141.54 194.32 -
System Red Green Blue C M Y K H S L
Decimal 239 94 170 0 0.61 0.29 0.06 328.55 0.82 0.65
Hex EF 5E AA 0 3D 1D 6 149 52 41
Octal 357 136 252 0 75 35 6 511 122 101
Binary 11101111 1011110 10101010 0 111101 11101 110 101001001 1010010 1000001

Color Harmonies of #EF5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EAA

Black with #EF5EAA

Text Example


Text Example

White with #EF5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EAA; }

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

 H1.HeaderClassName
 {
   color: #EF5EAA;
 }
 .AnyTagClassName
 {
   color: #EF5EAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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