Html Css Color HEX #EB2464 Cerise

📋 copy color: '#EB2464'

red 235 ◦ green 36 ◦ blue 100

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

Shades of Cerise #EB2464

Tints of Cerise #EB2464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.7%

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

R = 63.34%
G = 9.7%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB2464 (or 0xEB2464) is known color: Cerise. HEX triplet: EB, 24 and 64. RGB value is (235,36,100). Sum of RGB (Red+Green+Blue) = 235+36+100=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2464 is #14DB9B. Grayscale: #666666. Windows color (decimal): -1366940 or 6563051. OLE color: 6563051.

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

Color convert

RGB 235 36 100 -
CMYK 0 0.85 0.57 0.08
HSL 340.7º 0.83% 0.53% -
HSV(B) 340.7º 0.85% 0.92% -
XYZ 37.19 19.84 13.93 -
YUV 102.8 126.43 222.3 -
System Red Green Blue C M Y K H S L
Decimal 235 36 100 0 0.85 0.57 0.08 340.7 0.83 0.53
Hex EB 24 64 0 55 39 8 155 53 35
Octal 353 44 144 0 125 71 10 525 123 65
Binary 11101011 100100 1100100 0 1010101 111001 1000 101010101 1010011 110101

Color Harmonies of #EB2464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2464

Black with #EB2464

Text Example


Text Example

White with #EB2464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2464; }

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

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

background-color css

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

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

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

border-color css

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

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

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