Html Css Color HEX #EB2490 Deep Cerise

📋 copy color: '#EB2490'

red 235 ◦ green 36 ◦ blue 144

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

Shades of Deep Cerise #EB2490

Tints of Deep Cerise #EB2490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.7%

R = 56.63%
G = 8.67%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB2490 (or 0xEB2490) is known color: Deep Cerise. HEX triplet: EB, 24 and 90. RGB value is (235,36,144). Sum of RGB (Red+Green+Blue) = 235+36+144=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2490 is #14DB6F. Grayscale: #6B6B6B. Windows color (decimal): -1366896 or 9446635. OLE color: 9446635.

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

Color convert

RGB 235 36 144 -
CMYK 0 0.85 0.39 0.08
HSL 327.44º 0.83% 0.53% -
HSV(B) 327.44º 0.85% 0.92% -
XYZ 39.93 20.94 28.32 -
YUV 107.81 148.43 218.72 -
System Red Green Blue C M Y K H S L
Decimal 235 36 144 0 0.85 0.39 0.08 327.44 0.83 0.53
Hex EB 24 90 0 55 27 8 147 53 35
Octal 353 44 220 0 125 47 10 507 123 65
Binary 11101011 100100 10010000 0 1010101 100111 1000 101000111 1010011 110101

Color Harmonies of #EB2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2490

Black with #EB2490

Text Example


Text Example

White with #EB2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2490; }

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

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

background-color css

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

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

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

border-color css

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

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

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