Html Css Color HEX #EE42AD Brilliant Rose

📋 copy color: '#EE42AD'

red 238 ◦ green 66 ◦ blue 173

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

Shades of Brilliant Rose #EE42AD

Tints of Brilliant Rose #EE42AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.27%

R = 49.9%
G = 13.84%
B = 36.27%

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

#EE42AD (or 0xEE42AD) is known color: Brilliant Rose. HEX triplet: EE, 42 and AD. RGB value is (238,66,173). Sum of RGB (Red+Green+Blue) = 238+66+173=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE42AD is #11BD52. Grayscale: #818181. Windows color (decimal): -1162579 or 11354862. OLE color: 11354862.

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

Color convert

RGB 238 66 173 -
CMYK 0 0.72 0.27 0.07
HSL 322.67º 0.83% 0.6% -
HSV(B) 322.67º 0.72% 0.93% -
XYZ 44.75 25.09 42.02 -
YUV 129.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 238 66 173 0 0.72 0.27 0.07 322.67 0.83 0.6
Hex EE 42 AD 0 48 1B 7 143 53 3C
Octal 356 102 255 0 110 33 7 503 123 74
Binary 11101110 1000010 10101101 0 1001000 11011 111 101000011 1010011 111100

Color Harmonies of #EE42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42AD

Black with #EE42AD

Text Example


Text Example

White with #EE42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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