Html Css Color HEX #E9229A Persian Rose

📋 copy color: '#E9229A'

red 233 ◦ green 34 ◦ blue 154

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

Shades of Persian Rose #E9229A

Tints of Persian Rose #E9229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 55.34%
G = 8.08%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9229A (or 0xE9229A) is known color: Persian Rose. HEX triplet: E9, 22 and 9A. RGB value is (233,34,154). Sum of RGB (Red+Green+Blue) = 233+34+154=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9229A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9229A is #16DD65. Grayscale: #6A6A6A. Windows color (decimal): -1498470 or 10101481. OLE color: 10101481.

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

Color convert

RGB 233 34 154 -
CMYK 0 0.85 0.34 0.09
HSL 323.82º 0.82% 0.52% -
HSV(B) 323.82º 0.85% 0.91% -
XYZ 40.01 20.8 32.48 -
YUV 107.18 154.43 217.74 -
System Red Green Blue C M Y K H S L
Decimal 233 34 154 0 0.85 0.34 0.09 323.82 0.82 0.52
Hex E9 22 9A 0 55 22 9 144 52 34
Octal 351 42 232 0 125 42 11 504 122 64
Binary 11101001 100010 10011010 0 1010101 100010 1001 101000100 1010010 110100

Color Harmonies of #E9229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9229A

Black with #E9229A

Text Example


Text Example

White with #E9229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9229A; }

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

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

background-color css

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

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

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

border-color css

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

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

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