#eb3d5d

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

Shades of Cerise #EB3D5D

Tints of Cerise #EB3D5D

Color information

#EB3D5D (or 0xEB3D5D) is unknown color: approx Cerise. HEX triplet: EB, 3D and 5D. RGB value is (235,61,93). Sum of RGB (Red+Green+Blue) = 235+61+93=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3D5D is #14C2A2. Grayscale: #747474. Windows color (decimal): -1360547 or 6110699. OLE color: 6110699.

HSL color Cylindrical-coordinate representation of color #EB3D5D: hue angle of 348.97º degrees, saturation: 0.81, 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 #EB3D5D is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB2356193-
CMYK00.740.600.08
HSL348.97º81.31%58.04%-
HSV(B)348.97º74.04%92.16%-
XYZ37.9121.7912.56-
YUV116.67114.65212.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.41%
GREEN value IS 61 (24.22% from 255) = 15.68%
BLUE value IS 93 (36.72% from 255) = 23.91%
R=60.41%
G=15.68%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235619300.740.600.08348.9781.3158.04
HexEB3D5D04A3C815d513a
Octal353751350112741053512172
Binary1110101111110110111010100101011110010001010111011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb3d5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb3d5d; }

 p { color: rgb(235,61,93); }

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

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

 a { background-color: rgb(235,61,93); }

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

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

 span { border-color: rgb(235,61,93); }

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