Html Css Color HEX #EE42AA Brilliant Rose

📋 copy color: '#EE42AA'

red 238 ◦ green 66 ◦ blue 170

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

Shades of Brilliant Rose #EE42AA

Tints of Brilliant Rose #EE42AA

RGB

 RED value IS 238 (93.36% from 255) = 50.21%

 GREEN value IS 66 (26.17% from 255) = 13.92%

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

R = 50.21%
G = 13.92%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE42AA (or 0xEE42AA) is known color: Brilliant Rose. HEX triplet: EE, 42 and AA. RGB value is (238,66,170). Sum of RGB (Red+Green+Blue) = 238+66+170=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE42AA is #11BD55. Grayscale: #818181. Windows color (decimal): -1162582 or 11158254. OLE color: 11158254.

HSL color Cylindrical-coordinate representation of color #EE42AA: hue angle of 323.72º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE42AA is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 66 170 -
CMYK 0 0.72 0.29 0.07
HSL 323.72º 0.83% 0.6% -
HSV(B) 323.72º 0.72% 0.93% -
XYZ 44.46 24.98 40.51 -
YUV 129.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 238 66 170 0 0.72 0.29 0.07 323.72 0.83 0.6
Hex EE 42 AA 0 48 1D 7 144 53 3C
Octal 356 102 252 0 110 35 7 504 123 74
Binary 11101110 1000010 10101010 0 1001000 11101 111 101000100 1010011 111100

Color Harmonies of #EE42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42AA

Black with #EE42AA

Text Example


Text Example

White with #EE42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42AA; }

 p { color: rgb(238,66,170); }

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

background-color css

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

 a { background-color: rgb(238,66,170); }

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

border-color css

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

 span { border-color: rgb(238,66,170); }

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