Html Css Color HEX #EE42AE Brilliant Rose

📋 copy color: '#EE42AE'

red 238 ◦ green 66 ◦ blue 174

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

Shades of Brilliant Rose #EE42AE

Tints of Brilliant Rose #EE42AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 49.79%
G = 13.81%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE42AE (or 0xEE42AE) is known color: Brilliant Rose. HEX triplet: EE, 42 and AE. RGB value is (238,66,174). Sum of RGB (Red+Green+Blue) = 238+66+174=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE42AE is #11BD51. Grayscale: #818181. Windows color (decimal): -1162578 or 11420398. OLE color: 11420398.

HSL color Cylindrical-coordinate representation of color #EE42AE: hue angle of 322.33º 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 #EE42AE is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 66 174 -
CMYK 0 0.72 0.27 0.07
HSL 322.33º 0.83% 0.6% -
HSV(B) 322.33º 0.72% 0.93% -
XYZ 44.85 25.13 42.53 -
YUV 129.74 152.98 205.22 -
System Red Green Blue C M Y K H S L
Decimal 238 66 174 0 0.72 0.27 0.07 322.33 0.83 0.6
Hex EE 42 AE 0 48 1B 7 142 53 3C
Octal 356 102 256 0 110 33 7 502 123 74
Binary 11101110 1000010 10101110 0 1001000 11011 111 101000010 1010011 111100

Color Harmonies of #EE42AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42AE

Black with #EE42AE

Text Example


Text Example

White with #EE42AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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