#E7425D

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

Shades of Cerise #E7425D

Tints of Cerise #E7425D

Color information

#E7425D (or 0xE7425D) is unknown color: approx Cerise. HEX triplet: E7, 42 and 5D. RGB value is (231,66,93). Sum of RGB (Red+Green+Blue) = 231+66+93=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7425D is #18BDA2. Grayscale: #767676. Windows color (decimal): -1621411 or 6111975. OLE color: 6111975.

HSL color Cylindrical-coordinate representation of color #E7425D: hue angle of 350.18º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7425D is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB2316693-
CMYK00.710.600.09
HSL350.18º77.46%58.24%-
HSV(B)350.18º71.43%90.59%-
XYZ36.8821.6812.6-
YUV118.41113.66208.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.23%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=59.23%
G=16.92%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231669300.710.600.09350.1877.4658.24
HexE7425D0473C915e4d3a
Octal3471021350107741153611572
Binary11100111100001010111010100011111110010011010111101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7425D; }

 p { color: rgb(231,66,93); }

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

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

 a { background-color: rgb(231,66,93); }

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

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

 span { border-color: rgb(231,66,93); }

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