Html Css Color HEX #E9209A Persian Rose

📋 copy color: '#E9209A'

red 233 ◦ green 32 ◦ blue 154

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

Shades of Persian Rose #E9209A

Tints of Persian Rose #E9209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.64%

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

R = 55.61%
G = 7.64%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9209A (or 0xE9209A) is known color: Persian Rose. HEX triplet: E9, 20 and 9A. RGB value is (233,32,154). Sum of RGB (Red+Green+Blue) = 233+32+154=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E9209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9209A is #16DF65. Grayscale: #696969. Windows color (decimal): -1498982 or 10100969. OLE color: 10100969.

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

Color convert

RGB 233 32 154 -
CMYK 0 0.86 0.34 0.09
HSL 323.58º 0.82% 0.52% -
HSV(B) 323.58º 0.86% 0.91% -
XYZ 39.95 20.69 32.46 -
YUV 106.01 155.09 218.58 -
System Red Green Blue C M Y K H S L
Decimal 233 32 154 0 0.86 0.34 0.09 323.58 0.82 0.52
Hex E9 20 9A 0 56 22 9 144 52 34
Octal 351 40 232 0 126 42 11 504 122 64
Binary 11101001 100000 10011010 0 1010110 100010 1001 101000100 1010010 110100

Color Harmonies of #E9209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9209A

Black with #E9209A

Text Example


Text Example

White with #E9209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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