Html Css Color HEX #E9289C Persian Rose

📋 copy color: '#E9289C'

red 233 ◦ green 40 ◦ blue 156

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

Shades of Persian Rose #E9289C

Tints of Persian Rose #E9289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.32%

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

R = 54.31%
G = 9.32%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9289C (or 0xE9289C) is known color: Persian Rose. HEX triplet: E9, 28 and 9C. RGB value is (233,40,156). Sum of RGB (Red+Green+Blue) = 233+40+156=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9289C is #16D763. Grayscale: #6E6E6E. Windows color (decimal): -1496932 or 10234089. OLE color: 10234089.

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

Color convert

RGB 233 40 156 -
CMYK 0 0.83 0.33 0.09
HSL 323.94º 0.81% 0.54% -
HSV(B) 323.94º 0.83% 0.91% -
XYZ 40.36 21.24 33.43 -
YUV 110.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 233 40 156 0 0.83 0.33 0.09 323.94 0.81 0.54
Hex E9 28 9C 0 53 21 9 144 51 36
Octal 351 50 234 0 123 41 11 504 121 66
Binary 11101001 101000 10011100 0 1010011 100001 1001 101000100 1010001 110110

Color Harmonies of #E9289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9289C

Black with #E9289C

Text Example


Text Example

White with #E9289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9289C; }

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

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

background-color css

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

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

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

border-color css

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

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

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