Html Css Color HEX #EB2983 Deep Cerise

📋 copy color: '#EB2983'

red 235 ◦ green 41 ◦ blue 131

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

Shades of Deep Cerise #EB2983

Tints of Deep Cerise #EB2983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.19%

R = 57.74%
G = 10.07%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB2983 (or 0xEB2983) is known color: Deep Cerise. HEX triplet: EB, 29 and 83. RGB value is (235,41,131). Sum of RGB (Red+Green+Blue) = 235+41+131=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2983 is #14D67C. Grayscale: #6D6D6D. Windows color (decimal): -1365629 or 8595947. OLE color: 8595947.

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

Color convert

RGB 235 41 131 -
CMYK 0 0.83 0.44 0.08
HSL 332.16º 0.83% 0.54% -
HSV(B) 332.16º 0.83% 0.92% -
XYZ 39.15 20.89 23.44 -
YUV 109.27 140.27 217.68 -
System Red Green Blue C M Y K H S L
Decimal 235 41 131 0 0.83 0.44 0.08 332.16 0.83 0.54
Hex EB 29 83 0 53 2C 8 14C 53 36
Octal 353 51 203 0 123 54 10 514 123 66
Binary 11101011 101001 10000011 0 1010011 101100 1000 101001100 1010011 110110

Color Harmonies of #EB2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2983

Black with #EB2983

Text Example


Text Example

White with #EB2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2983; }

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

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

background-color css

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

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

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

border-color css

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

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

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