#E236B2

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

Shades of Persian Rose #E236B2

Tints of Persian Rose #E236B2

Color information

#E236B2 (or 0xE236B2) is unknown color: approx Persian Rose. HEX triplet: E2, 36 and B2. RGB value is (226,54,178). Sum of RGB (Red+Green+Blue) = 226+54+178=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E236B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E236B2 is #1DC94D. Grayscale: #777777. Windows color (decimal): -1952078 or 11679458. OLE color: 11679458.

HSL color Cylindrical-coordinate representation of color #E236B2: hue angle of 316.74º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E236B2 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB22654178-
CMYK00.760.210.11
HSL316.74º74.78%54.9%-
HSV(B)316.74º76.11%88.63%-
XYZ40.7222.0244.22-
YUV119.56160.98203.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 54 (21.48% from 255) = 11.79%
BLUE value IS 178 (69.92% from 255) = 38.86%
R=49.34%
G=11.79%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265417800.760.210.11316.7474.7854.9
HexE236B204C15B13d4b37
Octal342662620114251347511367
Binary1110001011011010110010010011001010110111001111011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E236B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E236B2; }

 p { color: rgb(226,54,178); }

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

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

 a { background-color: rgb(226,54,178); }

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

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

 span { border-color: rgb(226,54,178); }

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