#E9259C

Color #E9259C Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E9259C

Tints of Persian Rose #E9259C

Color information

#E9259C (or 0xE9259C) is unknown color: approx Persian Rose. HEX triplet: E9, 25 and 9C. RGB value is (233,37,156). Sum of RGB (Red+Green+Blue) = 233+37+156=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9259C is #16DA63. Grayscale: #6C6C6C. Windows color (decimal): -1497700 or 10233321. OLE color: 10233321.

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

Color convert

RGB23337156-
CMYK00.840.330.09
HSL323.57º81.67%52.94%-
HSV(B)323.57º84.12%91.37%-
XYZ40.2721.0533.39-
YUV109.17154.43216.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.69%
GREEN value IS 37 (14.84% from 255) = 8.69%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=54.69%
G=8.69%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2333715600.840.330.09323.5781.6752.94
HexE9259C0542191445235
Octal351452340124411150412265
Binary11101001100101100111000101010010000110011010001001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9259C; }

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

 H1.HeaderClassName
 {
   color: #E9259C;
 }
 .AnyTagClassName
 {
   color: #E9259C;
 }
</style>
background-color css

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

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

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

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

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

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