Html Css Color HEX #EB2882 Deep Cerise

📋 copy color: '#EB2882'

red 235 ◦ green 40 ◦ blue 130

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

Shades of Deep Cerise #EB2882

Tints of Deep Cerise #EB2882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.88%

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

R = 58.02%
G = 9.88%
B = 32.1%

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

#EB2882 (or 0xEB2882) is known color: Deep Cerise. HEX triplet: EB, 28 and 82. RGB value is (235,40,130). Sum of RGB (Red+Green+Blue) = 235+40+130=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2882 is #14D77D. Grayscale: #6C6C6C. Windows color (decimal): -1365886 or 8530155. OLE color: 8530155.

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

Color convert

RGB 235 40 130 -
CMYK 0 0.83 0.45 0.08
HSL 332.31º 0.83% 0.54% -
HSV(B) 332.31º 0.83% 0.92% -
XYZ 39.05 20.79 23.07 -
YUV 108.57 140.1 218.18 -
System Red Green Blue C M Y K H S L
Decimal 235 40 130 0 0.83 0.45 0.08 332.31 0.83 0.54
Hex EB 28 82 0 53 2D 8 14C 53 36
Octal 353 50 202 0 123 55 10 514 123 66
Binary 11101011 101000 10000010 0 1010011 101101 1000 101001100 1010011 110110

Color Harmonies of #EB2882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2882

Black with #EB2882

Text Example


Text Example

White with #EB2882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2882; }

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

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

background-color css

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

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

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

border-color css

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

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

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