Html Css Color HEX #EB2082 Deep Cerise

📋 copy color: '#EB2082'

red 235 ◦ green 32 ◦ blue 130

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

Shades of Deep Cerise #EB2082

Tints of Deep Cerise #EB2082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.06%

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

R = 59.19%
G = 8.06%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB2082 (or 0xEB2082) is known color: Deep Cerise. HEX triplet: EB, 20 and 82. RGB value is (235,32,130). Sum of RGB (Red+Green+Blue) = 235+32+130=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2082 is #14DF7D. Grayscale: #676767. Windows color (decimal): -1367934 or 8528107. OLE color: 8528107.

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

Color convert

RGB 235 32 130 -
CMYK 0 0.86 0.45 0.08
HSL 331.03º 0.84% 0.52% -
HSV(B) 331.03º 0.86% 0.92% -
XYZ 38.81 20.31 22.99 -
YUV 103.87 142.75 221.53 -
System Red Green Blue C M Y K H S L
Decimal 235 32 130 0 0.86 0.45 0.08 331.03 0.84 0.52
Hex EB 20 82 0 56 2D 8 14B 54 34
Octal 353 40 202 0 126 55 10 513 124 64
Binary 11101011 100000 10000010 0 1010110 101101 1000 101001011 1010100 110100

Color Harmonies of #EB2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2082

Black with #EB2082

Text Example


Text Example

White with #EB2082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2082; }

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

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

background-color css

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

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

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

border-color css

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

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

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