Html Css Color HEX #EB3990 Deep Cerise

📋 copy color: '#EB3990'

red 235 ◦ green 57 ◦ blue 144

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

Shades of Deep Cerise #EB3990

Tints of Deep Cerise #EB3990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.07%

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

R = 53.9%
G = 13.07%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB3990 (or 0xEB3990) is known color: Deep Cerise. HEX triplet: EB, 39 and 90. RGB value is (235,57,144). Sum of RGB (Red+Green+Blue) = 235+57+144=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3990 is #14C66F. Grayscale: #777777. Windows color (decimal): -1361520 or 9452011. OLE color: 9452011.

HSL color Cylindrical-coordinate representation of color #EB3990: hue angle of 330.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB3990 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 57 144 -
CMYK 0 0.76 0.39 0.08
HSL 330.67º 0.82% 0.57% -
HSV(B) 330.67º 0.76% 0.92% -
XYZ 40.76 22.6 28.6 -
YUV 120.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 235 57 144 0 0.76 0.39 0.08 330.67 0.82 0.57
Hex EB 39 90 0 4C 27 8 14B 52 39
Octal 353 71 220 0 114 47 10 513 122 71
Binary 11101011 111001 10010000 0 1001100 100111 1000 101001011 1010010 111001

Color Harmonies of #EB3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3990

Black with #EB3990

Text Example


Text Example

White with #EB3990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3990; }

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

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

background-color css

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

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

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

border-color css

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

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

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