Html Css Color HEX #EB2562 Cerise

📋 copy color: '#EB2562'

red 235 ◦ green 37 ◦ blue 98

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

Shades of Cerise #EB2562

Tints of Cerise #EB2562

RGB

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

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

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

R = 63.51%
G = 10%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB2562 (or 0xEB2562) is known color: Cerise. HEX triplet: EB, 25 and 62. RGB value is (235,37,98). Sum of RGB (Red+Green+Blue) = 235+37+98=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2562 is #14DA9D. Grayscale: #676767. Windows color (decimal): -1366686 or 6432235. OLE color: 6432235.

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

Color convert

RGB 235 37 98 -
CMYK 0 0.84 0.58 0.08
HSL 341.52º 0.83% 0.53% -
HSV(B) 341.52º 0.84% 0.92% -
XYZ 37.13 19.87 13.43 -
YUV 103.16 125.1 222.04 -
System Red Green Blue C M Y K H S L
Decimal 235 37 98 0 0.84 0.58 0.08 341.52 0.83 0.53
Hex EB 25 62 0 54 3A 8 156 53 35
Octal 353 45 142 0 124 72 10 526 123 65
Binary 11101011 100101 1100010 0 1010100 111010 1000 101010110 1010011 110101

Color Harmonies of #EB2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2562

Black with #EB2562

Text Example


Text Example

White with #EB2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2562; }

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

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

background-color css

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

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

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

border-color css

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

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

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