Html Css Color HEX #E9229C Persian Rose

📋 copy color: '#E9229C'

red 233 ◦ green 34 ◦ blue 156

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

Shades of Persian Rose #E9229C

Tints of Persian Rose #E9229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 55.08%
G = 8.04%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9229C (or 0xE9229C) is known color: Persian Rose. HEX triplet: E9, 22 and 9C. RGB value is (233,34,156). Sum of RGB (Red+Green+Blue) = 233+34+156=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9229C is #16DD63. Grayscale: #6B6B6B. Windows color (decimal): -1498468 or 10232553. OLE color: 10232553.

HSL color Cylindrical-coordinate representation of color #E9229C: hue angle of 323.22º 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 #E9229C is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 34 156 -
CMYK 0 0.85 0.33 0.09
HSL 323.22º 0.82% 0.52% -
HSV(B) 323.22º 0.85% 0.91% -
XYZ 40.18 20.87 33.36 -
YUV 107.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 233 34 156 0 0.85 0.33 0.09 323.22 0.82 0.52
Hex E9 22 9C 0 55 21 9 143 52 34
Octal 351 42 234 0 125 41 11 503 122 64
Binary 11101001 100010 10011100 0 1010101 100001 1001 101000011 1010010 110100

Color Harmonies of #E9229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9229C

Black with #E9229C

Text Example


Text Example

White with #E9229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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