Html Css Color HEX #EB2990 Deep Cerise

📋 copy color: '#EB2990'

red 235 ◦ green 41 ◦ blue 144

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

Shades of Deep Cerise #EB2990

Tints of Deep Cerise #EB2990

RGB

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

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

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

R = 55.95%
G = 9.76%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB2990 (or 0xEB2990) is known color: Deep Cerise. HEX triplet: EB, 29 and 90. RGB value is (235,41,144). Sum of RGB (Red+Green+Blue) = 235+41+144=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2990 is #14D66F. Grayscale: #6E6E6E. Windows color (decimal): -1365616 or 9447915. OLE color: 9447915.

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

Color convert

RGB 235 41 144 -
CMYK 0 0.83 0.39 0.08
HSL 328.14º 0.83% 0.54% -
HSV(B) 328.14º 0.83% 0.92% -
XYZ 40.09 21.26 28.38 -
YUV 110.75 146.77 216.62 -
System Red Green Blue C M Y K H S L
Decimal 235 41 144 0 0.83 0.39 0.08 328.14 0.83 0.54
Hex EB 29 90 0 53 27 8 148 53 36
Octal 353 51 220 0 123 47 10 510 123 66
Binary 11101011 101001 10010000 0 1010011 100111 1000 101001000 1010011 110110

Color Harmonies of #EB2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2990

Black with #EB2990

Text Example


Text Example

White with #EB2990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2990; }

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

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

background-color css

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

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

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

border-color css

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

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

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