Html Css Color HEX #EE31AA Persian Rose

📋 copy color: '#EE31AA'

red 238 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #EE31AA

Tints of Persian Rose #EE31AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.72%

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 52.08%
G = 10.72%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE31AA (or 0xEE31AA) is known color: Persian Rose. HEX triplet: EE, 31 and AA. RGB value is (238,49,170). Sum of RGB (Red+Green+Blue) = 238+49+170=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE31AA is #11CE55. Grayscale: #777777. Windows color (decimal): -1166934 or 11153902. OLE color: 11153902.

HSL color Cylindrical-coordinate representation of color #EE31AA: hue angle of 321.59º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE31AA is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 170 -
CMYK 0 0.79 0.29 0.07
HSL 321.59º 0.85% 0.56% -
HSV(B) 321.59º 0.79% 0.93% -
XYZ 43.61 23.28 40.22 -
YUV 119.31 156.62 212.66 -
System Red Green Blue C M Y K H S L
Decimal 238 49 170 0 0.79 0.29 0.07 321.59 0.85 0.56
Hex EE 31 AA 0 4F 1D 7 142 55 38
Octal 356 61 252 0 117 35 7 502 125 70
Binary 11101110 110001 10101010 0 1001111 11101 111 101000010 1010101 111000

Color Harmonies of #EE31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31AA

Black with #EE31AA

Text Example


Text Example

White with #EE31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31AA; }

 p { color: rgb(238,49,170); }

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

background-color css

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

 a { background-color: rgb(238,49,170); }

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

border-color css

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

 span { border-color: rgb(238,49,170); }

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