Html Css Color HEX #EB3491 Deep Cerise

📋 copy color: '#EB3491'

red 235 ◦ green 52 ◦ blue 145

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

Shades of Deep Cerise #EB3491

Tints of Deep Cerise #EB3491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.56%

R = 54.4%
G = 12.04%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB3491 (or 0xEB3491) is known color: Deep Cerise. HEX triplet: EB, 34 and 91. RGB value is (235,52,145). Sum of RGB (Red+Green+Blue) = 235+52+145=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3491 is #14CB6E. Grayscale: #757575. Windows color (decimal): -1362799 or 9516267. OLE color: 9516267.

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

Color convert

RGB 235 52 145 -
CMYK 0 0.78 0.38 0.08
HSL 329.51º 0.82% 0.56% -
HSV(B) 329.51º 0.78% 0.92% -
XYZ 40.6 22.16 28.93 -
YUV 117.32 143.63 211.94 -
System Red Green Blue C M Y K H S L
Decimal 235 52 145 0 0.78 0.38 0.08 329.51 0.82 0.56
Hex EB 34 91 0 4E 26 8 14A 52 38
Octal 353 64 221 0 116 46 10 512 122 70
Binary 11101011 110100 10010001 0 1001110 100110 1000 101001010 1010010 111000

Color Harmonies of #EB3491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3491

Black with #EB3491

Text Example


Text Example

White with #EB3491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3491; }

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

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

background-color css

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

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

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

border-color css

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

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

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