Html Css Color HEX #EB2A63 Cerise

📋 copy color: '#EB2A63'

red 235 ◦ green 42 ◦ blue 99

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

Shades of Cerise #EB2A63

Tints of Cerise #EB2A63

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.17%

 BLUE value IS 99 (39.06% from 255) = 26.33%

R = 62.5%
G = 11.17%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB2A63 (or 0xEB2A63) is known color: Cerise. HEX triplet: EB, 2A and 63. RGB value is (235,42,99). Sum of RGB (Red+Green+Blue) = 235+42+99=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A63 is #14D59C. Grayscale: #6A6A6A. Windows color (decimal): -1365405 or 6499051. OLE color: 6499051.

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

Color convert

RGB 235 42 99 -
CMYK 0 0.82 0.58 0.08
HSL 342.28º 0.83% 0.54% -
HSV(B) 342.28º 0.82% 0.92% -
XYZ 37.34 20.22 13.74 -
YUV 106.21 123.94 219.87 -
System Red Green Blue C M Y K H S L
Decimal 235 42 99 0 0.82 0.58 0.08 342.28 0.83 0.54
Hex EB 2A 63 0 52 3A 8 156 53 36
Octal 353 52 143 0 122 72 10 526 123 66
Binary 11101011 101010 1100011 0 1010010 111010 1000 101010110 1010011 110110

Color Harmonies of #EB2A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A63

Black with #EB2A63

Text Example


Text Example

White with #EB2A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A63; }

 p { color: rgb(235,42,99); }

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

background-color css

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

 a { background-color: rgb(235,42,99); }

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

border-color css

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

 span { border-color: rgb(235,42,99); }

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