Html Css Color HEX #EB2564 Cerise

📋 copy color: '#EB2564'

red 235 ◦ green 37 ◦ blue 100

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

Shades of Cerise #EB2564

Tints of Cerise #EB2564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 63.17%
G = 9.95%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB2564 (or 0xEB2564) is known color: Cerise. HEX triplet: EB, 25 and 64. RGB value is (235,37,100). Sum of RGB (Red+Green+Blue) = 235+37+100=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2564 is #14DA9B. Grayscale: #676767. Windows color (decimal): -1366684 or 6563307. OLE color: 6563307.

HSL color Cylindrical-coordinate representation of color #EB2564: hue angle of 340.91º 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 #EB2564 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 37 100 -
CMYK 0 0.84 0.57 0.08
HSL 340.91º 0.83% 0.53% -
HSV(B) 340.91º 0.84% 0.92% -
XYZ 37.22 19.91 13.94 -
YUV 103.38 126.1 221.88 -
System Red Green Blue C M Y K H S L
Decimal 235 37 100 0 0.84 0.57 0.08 340.91 0.83 0.53
Hex EB 25 64 0 54 39 8 155 53 35
Octal 353 45 144 0 124 71 10 525 123 65
Binary 11101011 100101 1100100 0 1010100 111001 1000 101010101 1010011 110101

Color Harmonies of #EB2564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2564

Black with #EB2564

Text Example


Text Example

White with #EB2564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2564; }

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

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

background-color css

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

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

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

border-color css

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

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

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