#E4239F

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

Shades of Persian Rose #E4239F

Tints of Persian Rose #E4239F

Color information

#E4239F (or 0xE4239F) is unknown color: approx Persian Rose. HEX triplet: E4, 23 and 9F. RGB value is (228,35,159). Sum of RGB (Red+Green+Blue) = 228+35+159=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E4239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4239F is #1BDC60. Grayscale: #6A6A6A. Windows color (decimal): -1825889 or 10429412. OLE color: 10429412.

HSL color Cylindrical-coordinate representation of color #E4239F: hue angle of 321.45º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E4239F is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB22835159-
CMYK00.850.300.11
HSL321.45º78.14%51.57%-
HSV(B)321.45º84.65%89.41%-
XYZ38.8520.234.65-
YUV106.84157.44214.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.03%
GREEN value IS 35 (14.06% from 255) = 8.29%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=54.03%
G=8.29%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283515900.850.300.11321.4578.1451.57
HexE4239F0551EB1414e34
Octal344432370125361350111664
Binary1110010010001110011111010101011111010111010000011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4239F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4239F; }

 p { color: rgb(228,35,159); }

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

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

 a { background-color: rgb(228,35,159); }

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

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

 span { border-color: rgb(228,35,159); }

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