Html Css Color HEX #EE1EA3 Persian Rose

📋 copy color: '#EE1EA3'

red 238 ◦ green 30 ◦ blue 163

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

Shades of Persian Rose #EE1EA3

Tints of Persian Rose #EE1EA3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.96%

 BLUE value IS 163 (64.06% from 255) = 37.82%

R = 55.22%
G = 6.96%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EE1EA3 (or 0xEE1EA3) is known color: Persian Rose. HEX triplet: EE, 1E and A3. RGB value is (238,30,163). Sum of RGB (Red+Green+Blue) = 238+30+163=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1EA3 is #11E15C. Grayscale: #6B6B6B. Windows color (decimal): -1171805 or 10690286. OLE color: 10690286.

HSL color Cylindrical-coordinate representation of color #EE1EA3: hue angle of 321.63º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1EA3 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 30 163 -
CMYK 0 0.87 0.32 0.07
HSL 321.63º 0.86% 0.53% -
HSV(B) 321.63º 0.87% 0.93% -
XYZ 42.34 21.75 36.62 -
YUV 107.35 159.41 221.19 -
System Red Green Blue C M Y K H S L
Decimal 238 30 163 0 0.87 0.32 0.07 321.63 0.86 0.53
Hex EE 1E A3 0 57 20 7 142 56 35
Octal 356 36 243 0 127 40 7 502 126 65
Binary 11101110 11110 10100011 0 1010111 100000 111 101000010 1010110 110101

Color Harmonies of #EE1EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1EA3

Black with #EE1EA3

Text Example


Text Example

White with #EE1EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1EA3; }

 p { color: rgb(238,30,163); }

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

background-color css

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

 a { background-color: rgb(238,30,163); }

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

border-color css

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

 span { border-color: rgb(238,30,163); }

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