Html Css Color HEX #EE2FAE Persian Rose

📋 copy color: '#EE2FAE'

red 238 ◦ green 47 ◦ blue 174

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

Shades of Persian Rose #EE2FAE

Tints of Persian Rose #EE2FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.24%

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

R = 51.85%
G = 10.24%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE2FAE (or 0xEE2FAE) is known color: Persian Rose. HEX triplet: EE, 2F and AE. RGB value is (238,47,174). Sum of RGB (Red+Green+Blue) = 238+47+174=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2FAE is #11D051. Grayscale: #767676. Windows color (decimal): -1167442 or 11415534. OLE color: 11415534.

HSL color Cylindrical-coordinate representation of color #EE2FAE: hue angle of 320.1º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2FAE is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 47 174 -
CMYK 0 0.80 0.27 0.07
HSL 320.1º 0.85% 0.56% -
HSV(B) 320.1º 0.8% 0.93% -
XYZ 43.92 23.27 42.22 -
YUV 118.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 238 47 174 0 0.80 0.27 0.07 320.1 0.85 0.56
Hex EE 2F AE 0 50 1B 7 140 55 38
Octal 356 57 256 0 120 33 7 500 125 70
Binary 11101110 101111 10101110 0 1010000 11011 111 101000000 1010101 111000

Color Harmonies of #EE2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2FAE

Black with #EE2FAE

Text Example


Text Example

White with #EE2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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