Html Css Color HEX #EB2085 Deep Cerise

📋 copy color: '#EB2085'

red 235 ◦ green 32 ◦ blue 133

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

Shades of Deep Cerise #EB2085

Tints of Deep Cerise #EB2085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 58.75%
G = 8%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB2085 (or 0xEB2085) is known color: Deep Cerise. HEX triplet: EB, 20 and 85. RGB value is (235,32,133). Sum of RGB (Red+Green+Blue) = 235+32+133=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2085 is #14DF7A. Grayscale: #686868. Windows color (decimal): -1367931 or 8724715. OLE color: 8724715.

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

Color convert

RGB 235 32 133 -
CMYK 0 0.86 0.43 0.08
HSL 330.15º 0.84% 0.52% -
HSV(B) 330.15º 0.86% 0.92% -
XYZ 39.01 20.39 24.07 -
YUV 104.21 144.25 221.29 -
System Red Green Blue C M Y K H S L
Decimal 235 32 133 0 0.86 0.43 0.08 330.15 0.84 0.52
Hex EB 20 85 0 56 2B 8 14A 54 34
Octal 353 40 205 0 126 53 10 512 124 64
Binary 11101011 100000 10000101 0 1010110 101011 1000 101001010 1010100 110100

Color Harmonies of #EB2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2085

Black with #EB2085

Text Example


Text Example

White with #EB2085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2085; }

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

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

background-color css

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

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

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

border-color css

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

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

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