Html Css Color HEX #EB2560 Cerise

📋 copy color: '#EB2560'

red 235 ◦ green 37 ◦ blue 96

#EB2560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #EB2560

Tints of Cerise #EB2560

RGB

 RED value IS 235 (92.19% from 255) = 63.86%

 GREEN value IS 37 (14.84% from 255) = 10.05%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 63.86%
G = 10.05%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB2560 (or 0xEB2560) is known color: Cerise. HEX triplet: EB, 25 and 60. RGB value is (235,37,96). Sum of RGB (Red+Green+Blue) = 235+37+96=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2560 is #14DA9F. Grayscale: #666666. Windows color (decimal): -1366688 or 6301163. OLE color: 6301163.

HSL color Cylindrical-coordinate representation of color #EB2560: hue angle of 342.12º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2560 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 37 96 -
CMYK 0 0.84 0.59 0.08
HSL 342.12º 0.83% 0.53% -
HSV(B) 342.12º 0.84% 0.92% -
XYZ 37.03 19.83 12.94 -
YUV 102.93 124.1 222.2 -
System Red Green Blue C M Y K H S L
Decimal 235 37 96 0 0.84 0.59 0.08 342.12 0.83 0.53
Hex EB 25 60 0 54 3B 8 156 53 35
Octal 353 45 140 0 124 73 10 526 123 65
Binary 11101011 100101 1100000 0 1010100 111011 1000 101010110 1010011 110101

Color Harmonies of #EB2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2560

Black with #EB2560

Text Example


Text Example

White with #EB2560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2560; }

 p { color: rgb(235,37,96); }

 H1.HeaderClassName
 {
   color: #EB2560;
 }
 .AnyTagClassName
 {
   color: #EB2560;
 }
</style>

background-color css

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

 a { background-color: rgb(235,37,96); }

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

border-color css

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

 span { border-color: rgb(235,37,96); }

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