Html Css Color HEX #EE2BAA Persian Rose

📋 copy color: '#EE2BAA'

red 238 ◦ green 43 ◦ blue 170

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

Shades of Persian Rose #EE2BAA

Tints of Persian Rose #EE2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.53%

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

R = 52.77%
G = 9.53%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE2BAA (or 0xEE2BAA) is known color: Persian Rose. HEX triplet: EE, 2B and AA. RGB value is (238,43,170). Sum of RGB (Red+Green+Blue) = 238+43+170=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2BAA is #11D455. Grayscale: #737373. Windows color (decimal): -1168470 or 11152366. OLE color: 11152366.

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

Color convert

RGB 238 43 170 -
CMYK 0 0.82 0.29 0.07
HSL 320.92º 0.85% 0.55% -
HSV(B) 320.92º 0.82% 0.93% -
XYZ 43.38 22.81 40.15 -
YUV 115.78 158.6 215.17 -
System Red Green Blue C M Y K H S L
Decimal 238 43 170 0 0.82 0.29 0.07 320.92 0.85 0.55
Hex EE 2B AA 0 52 1D 7 141 55 37
Octal 356 53 252 0 122 35 7 501 125 67
Binary 11101110 101011 10101010 0 1010010 11101 111 101000001 1010101 110111

Color Harmonies of #EE2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2BAA

Black with #EE2BAA

Text Example


Text Example

White with #EE2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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