Html Css Color HEX #EE2EAF Persian Rose

📋 copy color: '#EE2EAF'

red 238 ◦ green 46 ◦ blue 175

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

Shades of Persian Rose #EE2EAF

Tints of Persian Rose #EE2EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.02%

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 51.85%
G = 10.02%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE2EAF (or 0xEE2EAF) is known color: Persian Rose. HEX triplet: EE, 2E and AF. RGB value is (238,46,175). Sum of RGB (Red+Green+Blue) = 238+46+175=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2EAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2EAF is #11D150. Grayscale: #757575. Windows color (decimal): -1167697 or 11480814. OLE color: 11480814.

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

Color convert

RGB 238 46 175 -
CMYK 0 0.81 0.26 0.07
HSL 319.69º 0.85% 0.56% -
HSV(B) 319.69º 0.81% 0.93% -
XYZ 43.97 23.23 42.72 -
YUV 118.11 160.11 213.51 -
System Red Green Blue C M Y K H S L
Decimal 238 46 175 0 0.81 0.26 0.07 319.69 0.85 0.56
Hex EE 2E AF 0 51 1A 7 140 55 38
Octal 356 56 257 0 121 32 7 500 125 70
Binary 11101110 101110 10101111 0 1010001 11010 111 101000000 1010101 111000

Color Harmonies of #EE2EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2EAF

Black with #EE2EAF

Text Example


Text Example

White with #EE2EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2EAF; }

 p { color: rgb(238,46,175); }

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

background-color css

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

 a { background-color: rgb(238,46,175); }

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

border-color css

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

 span { border-color: rgb(238,46,175); }

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