Html Css Color HEX #EB2481 Deep Cerise

📋 copy color: '#EB2481'

red 235 ◦ green 36 ◦ blue 129

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

Shades of Deep Cerise #EB2481

Tints of Deep Cerise #EB2481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9%

 BLUE value IS 129 (50.78% from 255) = 32.25%

R = 58.75%
G = 9%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB2481 (or 0xEB2481) is known color: Deep Cerise. HEX triplet: EB, 24 and 81. RGB value is (235,36,129). Sum of RGB (Red+Green+Blue) = 235+36+129=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2481 is #14DB7E. Grayscale: #696969. Windows color (decimal): -1366911 or 8463595. OLE color: 8463595.

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

Color convert

RGB 235 36 129 -
CMYK 0 0.85 0.45 0.08
HSL 331.96º 0.83% 0.53% -
HSV(B) 331.96º 0.85% 0.92% -
XYZ 38.85 20.51 22.68 -
YUV 106.1 140.93 219.94 -
System Red Green Blue C M Y K H S L
Decimal 235 36 129 0 0.85 0.45 0.08 331.96 0.83 0.53
Hex EB 24 81 0 55 2D 8 14C 53 35
Octal 353 44 201 0 125 55 10 514 123 65
Binary 11101011 100100 10000001 0 1010101 101101 1000 101001100 1010011 110101

Color Harmonies of #EB2481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2481

Black with #EB2481

Text Example


Text Example

White with #EB2481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2481; }

 p { color: rgb(235,36,129); }

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

background-color css

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

 a { background-color: rgb(235,36,129); }

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

border-color css

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

 span { border-color: rgb(235,36,129); }

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