Html Css Color HEX #E9229E Persian Rose

📋 copy color: '#E9229E'

red 233 ◦ green 34 ◦ blue 158

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

Shades of Persian Rose #E9229E

Tints of Persian Rose #E9229E

RGB

 RED value IS 233 (91.41% from 255) = 54.82%

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

 BLUE value IS 158 (62.11% from 255) = 37.18%

R = 54.82%
G = 8%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E9229E (or 0xE9229E) is known color: Persian Rose. HEX triplet: E9, 22 and 9E. RGB value is (233,34,158). Sum of RGB (Red+Green+Blue) = 233+34+158=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E9229E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9229E is #16DD61. Grayscale: #6B6B6B. Windows color (decimal): -1498466 or 10363625. OLE color: 10363625.

HSL color Cylindrical-coordinate representation of color #E9229E: hue angle of 322.61º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9229E is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 34 158 -
CMYK 0 0.85 0.32 0.09
HSL 322.61º 0.82% 0.52% -
HSV(B) 322.61º 0.85% 0.91% -
XYZ 40.35 20.94 34.26 -
YUV 107.64 156.43 217.42 -
System Red Green Blue C M Y K H S L
Decimal 233 34 158 0 0.85 0.32 0.09 322.61 0.82 0.52
Hex E9 22 9E 0 55 20 9 143 52 34
Octal 351 42 236 0 125 40 11 503 122 64
Binary 11101001 100010 10011110 0 1010101 100000 1001 101000011 1010010 110100

Color Harmonies of #E9229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9229E

Black with #E9229E

Text Example


Text Example

White with #E9229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9229E; }

 p { color: rgb(233,34,158); }

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

background-color css

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

 a { background-color: rgb(233,34,158); }

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

border-color css

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

 span { border-color: rgb(233,34,158); }

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