Html Css Color HEX #EE2296 Persian Rose

📋 copy color: '#EE2296'

red 238 ◦ green 34 ◦ blue 150

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

Shades of Persian Rose #EE2296

Tints of Persian Rose #EE2296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.06%

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 56.4%
G = 8.06%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE2296 (or 0xEE2296) is known color: Persian Rose. HEX triplet: EE, 22 and 96. RGB value is (238,34,150). Sum of RGB (Red+Green+Blue) = 238+34+150=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2296 is #11DD69. Grayscale: #6B6B6B. Windows color (decimal): -1170794 or 9839342. OLE color: 9839342.

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

Color convert

RGB 238 34 150 -
CMYK 0 0.86 0.37 0.07
HSL 325.88º 0.86% 0.53% -
HSV(B) 325.88º 0.86% 0.93% -
XYZ 41.34 21.52 30.83 -
YUV 108.22 151.59 220.57 -
System Red Green Blue C M Y K H S L
Decimal 238 34 150 0 0.86 0.37 0.07 325.88 0.86 0.53
Hex EE 22 96 0 56 25 7 146 56 35
Octal 356 42 226 0 126 45 7 506 126 65
Binary 11101110 100010 10010110 0 1010110 100101 111 101000110 1010110 110101

Color Harmonies of #EE2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2296

Black with #EE2296

Text Example


Text Example

White with #EE2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2296; }

 p { color: rgb(238,34,150); }

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

background-color css

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

 a { background-color: rgb(238,34,150); }

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

border-color css

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

 span { border-color: rgb(238,34,150); }

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