Html Css Color HEX #EE219A Persian Rose

📋 copy color: '#EE219A'

red 238 ◦ green 33 ◦ blue 154

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

Shades of Persian Rose #EE219A

Tints of Persian Rose #EE219A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.76%

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 56%
G = 7.76%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE219A (or 0xEE219A) is known color: Persian Rose. HEX triplet: EE, 21 and 9A. RGB value is (238,33,154). Sum of RGB (Red+Green+Blue) = 238+33+154=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE219A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE219A is #11DE65. Grayscale: #6B6B6B. Windows color (decimal): -1171046 or 10101230. OLE color: 10101230.

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

Color convert

RGB 238 33 154 -
CMYK 0 0.86 0.35 0.07
HSL 324.59º 0.86% 0.53% -
HSV(B) 324.59º 0.86% 0.93% -
XYZ 41.64 21.6 32.55 -
YUV 108.09 153.92 220.66 -
System Red Green Blue C M Y K H S L
Decimal 238 33 154 0 0.86 0.35 0.07 324.59 0.86 0.53
Hex EE 21 9A 0 56 23 7 145 56 35
Octal 356 41 232 0 126 43 7 505 126 65
Binary 11101110 100001 10011010 0 1010110 100011 111 101000101 1010110 110101

Color Harmonies of #EE219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE219A

Black with #EE219A

Text Example


Text Example

White with #EE219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE219A; }

 p { color: rgb(238,33,154); }

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

background-color css

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

 a { background-color: rgb(238,33,154); }

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

border-color css

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

 span { border-color: rgb(238,33,154); }

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