Html Css Color HEX #EB2892 Deep Cerise

📋 copy color: '#EB2892'

red 235 ◦ green 40 ◦ blue 146

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

Shades of Deep Cerise #EB2892

Tints of Deep Cerise #EB2892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.5%

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

R = 55.82%
G = 9.5%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB2892 (or 0xEB2892) is known color: Deep Cerise. HEX triplet: EB, 28 and 92. RGB value is (235,40,146). Sum of RGB (Red+Green+Blue) = 235+40+146=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2892 is #14D76D. Grayscale: #6E6E6E. Windows color (decimal): -1365870 or 9578731. OLE color: 9578731.

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

Color convert

RGB 235 40 146 -
CMYK 0 0.83 0.38 0.08
HSL 327.38º 0.83% 0.54% -
HSV(B) 327.38º 0.83% 0.92% -
XYZ 40.21 21.26 29.18 -
YUV 110.39 148.1 216.88 -
System Red Green Blue C M Y K H S L
Decimal 235 40 146 0 0.83 0.38 0.08 327.38 0.83 0.54
Hex EB 28 92 0 53 26 8 147 53 36
Octal 353 50 222 0 123 46 10 507 123 66
Binary 11101011 101000 10010010 0 1010011 100110 1000 101000111 1010011 110110

Color Harmonies of #EB2892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2892

Black with #EB2892

Text Example


Text Example

White with #EB2892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2892; }

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

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

background-color css

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

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

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

border-color css

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

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

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