Html Css Color HEX #EB2462 Cerise

📋 copy color: '#EB2462'

red 235 ◦ green 36 ◦ blue 98

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

Shades of Cerise #EB2462

Tints of Cerise #EB2462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 63.69%
G = 9.76%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB2462 (or 0xEB2462) is known color: Cerise. HEX triplet: EB, 24 and 62. RGB value is (235,36,98). Sum of RGB (Red+Green+Blue) = 235+36+98=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2462 is #14DB9D. Grayscale: #666666. Windows color (decimal): -1366942 or 6431979. OLE color: 6431979.

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

Color convert

RGB 235 36 98 -
CMYK 0 0.85 0.58 0.08
HSL 341.31º 0.83% 0.53% -
HSV(B) 341.31º 0.85% 0.92% -
XYZ 37.1 19.81 13.42 -
YUV 102.57 125.43 222.46 -
System Red Green Blue C M Y K H S L
Decimal 235 36 98 0 0.85 0.58 0.08 341.31 0.83 0.53
Hex EB 24 62 0 55 3A 8 155 53 35
Octal 353 44 142 0 125 72 10 525 123 65
Binary 11101011 100100 1100010 0 1010101 111010 1000 101010101 1010011 110101

Color Harmonies of #EB2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2462

Black with #EB2462

Text Example


Text Example

White with #EB2462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2462; }

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

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

background-color css

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

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

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

border-color css

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

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

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