Html Css Color HEX #EB1E80 Deep Cerise

📋 copy color: '#EB1E80'

red 235 ◦ green 30 ◦ blue 128

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

Shades of Deep Cerise #EB1E80

Tints of Deep Cerise #EB1E80

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.63%

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 59.8%
G = 7.63%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB1E80 (or 0xEB1E80) is known color: Deep Cerise. HEX triplet: EB, 1E and 80. RGB value is (235,30,128). Sum of RGB (Red+Green+Blue) = 235+30+128=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1E80 is #14E17F. Grayscale: #666666. Windows color (decimal): -1368448 or 8396523. OLE color: 8396523.

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

Color convert

RGB 235 30 128 -
CMYK 0 0.87 0.46 0.08
HSL 331.32º 0.84% 0.52% -
HSV(B) 331.32º 0.87% 0.92% -
XYZ 38.62 20.15 22.28 -
YUV 102.47 142.42 222.53 -
System Red Green Blue C M Y K H S L
Decimal 235 30 128 0 0.87 0.46 0.08 331.32 0.84 0.52
Hex EB 1E 80 0 57 2E 8 14B 54 34
Octal 353 36 200 0 127 56 10 513 124 64
Binary 11101011 11110 10000000 0 1010111 101110 1000 101001011 1010100 110100

Color Harmonies of #EB1E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E80

Black with #EB1E80

Text Example


Text Example

White with #EB1E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E80; }

 p { color: rgb(235,30,128); }

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

background-color css

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

 a { background-color: rgb(235,30,128); }

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

border-color css

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

 span { border-color: rgb(235,30,128); }

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