Html Css Color HEX #E9209D Persian Rose

📋 copy color: '#E9209D'

red 233 ◦ green 32 ◦ blue 157

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

Shades of Persian Rose #E9209D

Tints of Persian Rose #E9209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 55.21%
G = 7.58%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9209D (or 0xE9209D) is known color: Persian Rose. HEX triplet: E9, 20 and 9D. RGB value is (233,32,157). Sum of RGB (Red+Green+Blue) = 233+32+157=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E9209D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9209D is #16DF62. Grayscale: #6A6A6A. Windows color (decimal): -1498979 or 10297577. OLE color: 10297577.

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

Color convert

RGB 233 32 157 -
CMYK 0 0.86 0.33 0.09
HSL 322.69º 0.82% 0.52% -
HSV(B) 322.69º 0.86% 0.91% -
XYZ 40.21 20.79 33.79 -
YUV 106.35 156.59 218.34 -
System Red Green Blue C M Y K H S L
Decimal 233 32 157 0 0.86 0.33 0.09 322.69 0.82 0.52
Hex E9 20 9D 0 56 21 9 143 52 34
Octal 351 40 235 0 126 41 11 503 122 64
Binary 11101001 100000 10011101 0 1010110 100001 1001 101000011 1010010 110100

Color Harmonies of #E9209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9209D

Black with #E9209D

Text Example


Text Example

White with #E9209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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