Html Css Color HEX #EE42AC Brilliant Rose

📋 copy color: '#EE42AC'

red 238 ◦ green 66 ◦ blue 172

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

Shades of Brilliant Rose #EE42AC

Tints of Brilliant Rose #EE42AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 50%
G = 13.87%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE42AC (or 0xEE42AC) is known color: Brilliant Rose. HEX triplet: EE, 42 and AC. RGB value is (238,66,172). Sum of RGB (Red+Green+Blue) = 238+66+172=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE42AC is #11BD53. Grayscale: #818181. Windows color (decimal): -1162580 or 11289326. OLE color: 11289326.

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

Color convert

RGB 238 66 172 -
CMYK 0 0.72 0.28 0.07
HSL 323.02º 0.83% 0.6% -
HSV(B) 323.02º 0.72% 0.93% -
XYZ 44.65 25.05 41.51 -
YUV 129.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 238 66 172 0 0.72 0.28 0.07 323.02 0.83 0.6
Hex EE 42 AC 0 48 1C 7 143 53 3C
Octal 356 102 254 0 110 34 7 503 123 74
Binary 11101110 1000010 10101100 0 1001000 11100 111 101000011 1010011 111100

Color Harmonies of #EE42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42AC

Black with #EE42AC

Text Example


Text Example

White with #EE42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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