Html Css Color HEX #EE3EAC Persian Rose

📋 copy color: '#EE3EAC'

red 238 ◦ green 62 ◦ blue 172

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

Shades of Persian Rose #EE3EAC

Tints of Persian Rose #EE3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.14%

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

R = 50.42%
G = 13.14%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE3EAC (or 0xEE3EAC) is known color: Persian Rose. HEX triplet: EE, 3E and AC. RGB value is (238,62,172). Sum of RGB (Red+Green+Blue) = 238+62+172=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3EAC is #11C153. Grayscale: #7E7E7E. Windows color (decimal): -1163604 or 11288302. OLE color: 11288302.

HSL color Cylindrical-coordinate representation of color #EE3EAC: hue angle of 322.5º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3EAC is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 62 172 -
CMYK 0 0.74 0.28 0.07
HSL 322.5º 0.84% 0.59% -
HSV(B) 322.5º 0.74% 0.93% -
XYZ 44.43 24.6 41.44 -
YUV 127.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 238 62 172 0 0.74 0.28 0.07 322.5 0.84 0.59
Hex EE 3E AC 0 4A 1C 7 142 54 3B
Octal 356 76 254 0 112 34 7 502 124 73
Binary 11101110 111110 10101100 0 1001010 11100 111 101000010 1010100 111011

Color Harmonies of #EE3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3EAC

Black with #EE3EAC

Text Example


Text Example

White with #EE3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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