Html Css Color HEX #EB2A62 Cerise

📋 copy color: '#EB2A62'

red 235 ◦ green 42 ◦ blue 98

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

Shades of Cerise #EB2A62

Tints of Cerise #EB2A62

RGB

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

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

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

R = 62.67%
G = 11.2%
B = 26.13%

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

#EB2A62 (or 0xEB2A62) is known color: Cerise. HEX triplet: EB, 2A and 62. RGB value is (235,42,98). Sum of RGB (Red+Green+Blue) = 235+42+98=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A62 is #14D59D. Grayscale: #6A6A6A. Windows color (decimal): -1365406 or 6433515. OLE color: 6433515.

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

Color convert

RGB 235 42 98 -
CMYK 0 0.82 0.58 0.08
HSL 342.59º 0.83% 0.54% -
HSV(B) 342.59º 0.82% 0.92% -
XYZ 37.29 20.2 13.49 -
YUV 106.09 123.44 219.95 -
System Red Green Blue C M Y K H S L
Decimal 235 42 98 0 0.82 0.58 0.08 342.59 0.83 0.54
Hex EB 2A 62 0 52 3A 8 157 53 36
Octal 353 52 142 0 122 72 10 527 123 66
Binary 11101011 101010 1100010 0 1010010 111010 1000 101010111 1010011 110110

Color Harmonies of #EB2A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A62

Black with #EB2A62

Text Example


Text Example

White with #EB2A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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