Html Css Color HEX #EB3490 Deep Cerise

📋 copy color: '#EB3490'

red 235 ◦ green 52 ◦ blue 144

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

Shades of Deep Cerise #EB3490

Tints of Deep Cerise #EB3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.06%

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

R = 54.52%
G = 12.06%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB3490 (or 0xEB3490) is known color: Deep Cerise. HEX triplet: EB, 34 and 90. RGB value is (235,52,144). Sum of RGB (Red+Green+Blue) = 235+52+144=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3490 is #14CB6F. Grayscale: #757575. Windows color (decimal): -1362800 or 9450731. OLE color: 9450731.

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

Color convert

RGB 235 52 144 -
CMYK 0 0.78 0.39 0.08
HSL 329.84º 0.82% 0.56% -
HSV(B) 329.84º 0.78% 0.92% -
XYZ 40.52 22.13 28.52 -
YUV 117.21 143.13 212.02 -
System Red Green Blue C M Y K H S L
Decimal 235 52 144 0 0.78 0.39 0.08 329.84 0.82 0.56
Hex EB 34 90 0 4E 27 8 14A 52 38
Octal 353 64 220 0 116 47 10 512 122 70
Binary 11101011 110100 10010000 0 1001110 100111 1000 101001010 1010010 111000

Color Harmonies of #EB3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3490

Black with #EB3490

Text Example


Text Example

White with #EB3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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