Html Css Color HEX #EE31A5 Persian Rose

📋 copy color: '#EE31A5'

red 238 ◦ green 49 ◦ blue 165

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

Shades of Persian Rose #EE31A5

Tints of Persian Rose #EE31A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.5%

R = 52.65%
G = 10.84%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EE31A5 (or 0xEE31A5) is known color: Persian Rose. HEX triplet: EE, 31 and A5. RGB value is (238,49,165). Sum of RGB (Red+Green+Blue) = 238+49+165=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE31A5 is #11CE5A. Grayscale: #767676. Windows color (decimal): -1166939 or 10826222. OLE color: 10826222.

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

Color convert

RGB 238 49 165 -
CMYK 0 0.79 0.31 0.07
HSL 323.17º 0.85% 0.56% -
HSV(B) 323.17º 0.79% 0.93% -
XYZ 43.15 23.09 37.78 -
YUV 118.74 154.12 213.07 -
System Red Green Blue C M Y K H S L
Decimal 238 49 165 0 0.79 0.31 0.07 323.17 0.85 0.56
Hex EE 31 A5 0 4F 1F 7 143 55 38
Octal 356 61 245 0 117 37 7 503 125 70
Binary 11101110 110001 10100101 0 1001111 11111 111 101000011 1010101 111000

Color Harmonies of #EE31A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31A5

Black with #EE31A5

Text Example


Text Example

White with #EE31A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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