Html Css Color HEX #EB3392 Deep Cerise

📋 copy color: '#EB3392'

red 235 ◦ green 51 ◦ blue 146

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

Shades of Deep Cerise #EB3392

Tints of Deep Cerise #EB3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.81%

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 54.4%
G = 11.81%
B = 33.8%

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

#EB3392 (or 0xEB3392) is known color: Deep Cerise. HEX triplet: EB, 33 and 92. RGB value is (235,51,146). Sum of RGB (Red+Green+Blue) = 235+51+146=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3392 is #14CC6D. Grayscale: #747474. Windows color (decimal): -1363054 or 9581547. OLE color: 9581547.

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

Color convert

RGB 235 51 146 -
CMYK 0 0.78 0.38 0.08
HSL 329.02º 0.82% 0.56% -
HSV(B) 329.02º 0.78% 0.92% -
XYZ 40.63 22.11 29.32 -
YUV 116.85 144.46 212.28 -
System Red Green Blue C M Y K H S L
Decimal 235 51 146 0 0.78 0.38 0.08 329.02 0.82 0.56
Hex EB 33 92 0 4E 26 8 149 52 38
Octal 353 63 222 0 116 46 10 511 122 70
Binary 11101011 110011 10010010 0 1001110 100110 1000 101001001 1010010 111000

Color Harmonies of #EB3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3392

Black with #EB3392

Text Example


Text Example

White with #EB3392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3392; }

 p { color: rgb(235,51,146); }

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

background-color css

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

 a { background-color: rgb(235,51,146); }

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

border-color css

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

 span { border-color: rgb(235,51,146); }

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