#EA3D5B

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

Shades of Cerise #EA3D5B

Tints of Cerise #EA3D5B

Color information

#EA3D5B (or 0xEA3D5B) is unknown color: approx Cerise. HEX triplet: EA, 3D and 5B. RGB value is (234,61,91). Sum of RGB (Red+Green+Blue) = 234+61+91=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3D5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3D5B is #15C2A4. Grayscale: #747474. Windows color (decimal): -1426085 or 5979626. OLE color: 5979626.

HSL color Cylindrical-coordinate representation of color #EA3D5B: hue angle of 349.6º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3D5B is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB2346191-
CMYK00.740.610.08
HSL349.6º80.47%57.84%-
HSV(B)349.6º73.93%91.76%-
XYZ37.4921.5912.09-
YUV116.15113.81212.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.62%
GREEN value IS 61 (24.22% from 255) = 15.80%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=60.62%
G=15.80%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234619100.740.610.08349.680.4757.84
HexEA3D5B04A3D815e503a
Octal352751330112751053612072
Binary1110101011110110110110100101011110110001010111101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3D5B; }

 p { color: rgb(234,61,91); }

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

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

 a { background-color: rgb(234,61,91); }

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

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

 span { border-color: rgb(234,61,91); }

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