Html Css Color HEX #EE3CAC Persian Rose

📋 copy color: '#EE3CAC'

red 238 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #EE3CAC

Tints of Persian Rose #EE3CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.77%

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

R = 50.64%
G = 12.77%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE3CAC (or 0xEE3CAC) is known color: Persian Rose. HEX triplet: EE, 3C and AC. RGB value is (238,60,172). Sum of RGB (Red+Green+Blue) = 238+60+172=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3CAC is #11C353. Grayscale: #7D7D7D. Windows color (decimal): -1164116 or 11287790. OLE color: 11287790.

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

Color convert

RGB 238 60 172 -
CMYK 0 0.75 0.28 0.07
HSL 322.25º 0.84% 0.58% -
HSV(B) 322.25º 0.75% 0.93% -
XYZ 44.32 24.39 41.4 -
YUV 125.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 238 60 172 0 0.75 0.28 0.07 322.25 0.84 0.58
Hex EE 3C AC 0 4B 1C 7 142 54 3A
Octal 356 74 254 0 113 34 7 502 124 72
Binary 11101110 111100 10101100 0 1001011 11100 111 101000010 1010100 111010

Color Harmonies of #EE3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3CAC

Black with #EE3CAC

Text Example


Text Example

White with #EE3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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