#E2307F

Color #E2307F Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E2307F

Tints of Deep Cerise #E2307F

Color information

#E2307F (or 0xE2307F) is unknown color: approx Deep Cerise. HEX triplet: E2, 30 and 7F. RGB value is (226,48,127). Sum of RGB (Red+Green+Blue) = 226+48+127=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2307F is #1DCF80. Grayscale: #6E6E6E. Windows color (decimal): -1953665 or 8335586. OLE color: 8335586.

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

Color convert

RGB22648127-
CMYK00.790.440.11
HSL333.37º75.42%53.73%-
HSV(B)333.37º78.76%88.63%-
XYZ36.2519.8121.99-
YUV110.23137.47210.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.36%
GREEN value IS 48 (19.14% from 255) = 11.97%
BLUE value IS 127 (50% from 255) = 31.67%
R=56.36%
G=11.97%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264812700.790.440.11333.3775.4253.73
HexE2307F04F2CB14d4b36
Octal342601770117541351511366
Binary1110001011000011111110100111110110010111010011011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2307F; }

 p { color: rgb(226,48,127); }

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

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

 a { background-color: rgb(226,48,127); }

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

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

 span { border-color: rgb(226,48,127); }

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