Html Css Color HEX #EE2BAE Persian Rose

📋 copy color: '#EE2BAE'

red 238 ◦ green 43 ◦ blue 174

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

Shades of Persian Rose #EE2BAE

Tints of Persian Rose #EE2BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 52.31%
G = 9.45%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE2BAE (or 0xEE2BAE) is known color: Persian Rose. HEX triplet: EE, 2B and AE. RGB value is (238,43,174). Sum of RGB (Red+Green+Blue) = 238+43+174=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2BAE is #11D451. Grayscale: #737373. Windows color (decimal): -1168466 or 11414510. OLE color: 11414510.

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

Color convert

RGB 238 43 174 -
CMYK 0 0.82 0.27 0.07
HSL 319.69º 0.85% 0.55% -
HSV(B) 319.69º 0.82% 0.93% -
XYZ 43.76 22.96 42.17 -
YUV 116.24 160.6 214.85 -
System Red Green Blue C M Y K H S L
Decimal 238 43 174 0 0.82 0.27 0.07 319.69 0.85 0.55
Hex EE 2B AE 0 52 1B 7 140 55 37
Octal 356 53 256 0 122 33 7 500 125 67
Binary 11101110 101011 10101110 0 1010010 11011 111 101000000 1010101 110111

Color Harmonies of #EE2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2BAE

Black with #EE2BAE

Text Example


Text Example

White with #EE2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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