#e61f7b

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

Shades of Deep Cerise #E61F7B

Tints of Deep Cerise #E61F7B

Color information

#E61F7B (or 0xE61F7B) is unknown color: approx Deep Cerise. HEX triplet: E6, 1F and 7B. RGB value is (230,31,123). Sum of RGB (Red+Green+Blue) = 230+31+123=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61F7B is #19E084. Grayscale: #646464. Windows color (decimal): -1695877 or 8069094. OLE color: 8069094.

HSL color Cylindrical-coordinate representation of color #E61F7B: hue angle of 332.26º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61F7B is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB23031123-
CMYK00.870.470.10
HSL332.26º79.92%51.18%-
HSV(B)332.26º86.52%90.2%-
XYZ36.719.2320.52-
YUV100.99140.43220.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.90%
GREEN value IS 31 (12.5% from 255) = 8.07%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=59.90%
G=8.07%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2303112300.870.470.10332.2679.9251.18
HexE61F7B0572FA14c5033
Octal346371730127571251412063
Binary111001101111111110110101011110111110101010011001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e61f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e61f7b; }

 p { color: rgb(230,31,123); }

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

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

 a { background-color: rgb(230,31,123); }

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

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

 span { border-color: rgb(230,31,123); }

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