Html Css Color HEX #EB2982 Deep Cerise

📋 copy color: '#EB2982'

red 235 ◦ green 41 ◦ blue 130

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

Shades of Deep Cerise #EB2982

Tints of Deep Cerise #EB2982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.1%

 BLUE value IS 130 (51.17% from 255) = 32.02%

R = 57.88%
G = 10.1%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB2982 (or 0xEB2982) is known color: Deep Cerise. HEX triplet: EB, 29 and 82. RGB value is (235,41,130). Sum of RGB (Red+Green+Blue) = 235+41+130=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2982 is #14D67D. Grayscale: #6C6C6C. Windows color (decimal): -1365630 or 8530411. OLE color: 8530411.

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

Color convert

RGB 235 41 130 -
CMYK 0 0.83 0.45 0.08
HSL 332.47º 0.83% 0.54% -
HSV(B) 332.47º 0.83% 0.92% -
XYZ 39.08 20.86 23.09 -
YUV 109.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 235 41 130 0 0.83 0.45 0.08 332.47 0.83 0.54
Hex EB 29 82 0 53 2D 8 14C 53 36
Octal 353 51 202 0 123 55 10 514 123 66
Binary 11101011 101001 10000010 0 1010011 101101 1000 101001100 1010011 110110

Color Harmonies of #EB2982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2982

Black with #EB2982

Text Example


Text Example

White with #EB2982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2982; }

 p { color: rgb(235,41,130); }

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

background-color css

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

 a { background-color: rgb(235,41,130); }

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

border-color css

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

 span { border-color: rgb(235,41,130); }

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