Html Css Color HEX #E9249C Persian Rose

📋 copy color: '#E9249C'

red 233 ◦ green 36 ◦ blue 156

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

Shades of Persian Rose #E9249C

Tints of Persian Rose #E9249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.47%

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

R = 54.82%
G = 8.47%
B = 36.71%

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

#E9249C (or 0xE9249C) is known color: Persian Rose. HEX triplet: E9, 24 and 9C. RGB value is (233,36,156). Sum of RGB (Red+Green+Blue) = 233+36+156=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E9249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9249C is #16DB63. Grayscale: #6C6C6C. Windows color (decimal): -1497956 or 10233065. OLE color: 10233065.

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

Color convert

RGB 233 36 156 -
CMYK 0 0.85 0.33 0.09
HSL 323.45º 0.82% 0.53% -
HSV(B) 323.45º 0.85% 0.91% -
XYZ 40.24 20.99 33.38 -
YUV 108.58 154.77 216.74 -
System Red Green Blue C M Y K H S L
Decimal 233 36 156 0 0.85 0.33 0.09 323.45 0.82 0.53
Hex E9 24 9C 0 55 21 9 143 52 35
Octal 351 44 234 0 125 41 11 503 122 65
Binary 11101001 100100 10011100 0 1010101 100001 1001 101000011 1010010 110101

Color Harmonies of #E9249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9249C

Black with #E9249C

Text Example


Text Example

White with #E9249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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