Html Css Color HEX #EE31AC Persian Rose

📋 copy color: '#EE31AC'

red 238 ◦ green 49 ◦ blue 172

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

Shades of Persian Rose #EE31AC

Tints of Persian Rose #EE31AC

RGB

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

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

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

R = 51.85%
G = 10.68%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE31AC (or 0xEE31AC) is known color: Persian Rose. HEX triplet: EE, 31 and AC. RGB value is (238,49,172). Sum of RGB (Red+Green+Blue) = 238+49+172=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE31AC is #11CE53. Grayscale: #777777. Windows color (decimal): -1166932 or 11284974. OLE color: 11284974.

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

Color convert

RGB 238 49 172 -
CMYK 0 0.79 0.28 0.07
HSL 320.95º 0.85% 0.56% -
HSV(B) 320.95º 0.79% 0.93% -
XYZ 43.8 23.35 41.23 -
YUV 119.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 238 49 172 0 0.79 0.28 0.07 320.95 0.85 0.56
Hex EE 31 AC 0 4F 1C 7 141 55 38
Octal 356 61 254 0 117 34 7 501 125 70
Binary 11101110 110001 10101100 0 1001111 11100 111 101000001 1010101 111000

Color Harmonies of #EE31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31AC

Black with #EE31AC

Text Example


Text Example

White with #EE31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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