Html Css Color HEX #EB2885 Deep Cerise

📋 copy color: '#EB2885'

red 235 ◦ green 40 ◦ blue 133

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

Shades of Deep Cerise #EB2885

Tints of Deep Cerise #EB2885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 57.6%
G = 9.8%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB2885 (or 0xEB2885) is known color: Deep Cerise. HEX triplet: EB, 28 and 85. RGB value is (235,40,133). Sum of RGB (Red+Green+Blue) = 235+40+133=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2885 is #14D77A. Grayscale: #6C6C6C. Windows color (decimal): -1365883 or 8726763. OLE color: 8726763.

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

Color convert

RGB 235 40 133 -
CMYK 0 0.83 0.43 0.08
HSL 331.38º 0.83% 0.54% -
HSV(B) 331.38º 0.83% 0.92% -
XYZ 39.25 20.87 24.15 -
YUV 108.91 141.6 217.94 -
System Red Green Blue C M Y K H S L
Decimal 235 40 133 0 0.83 0.43 0.08 331.38 0.83 0.54
Hex EB 28 85 0 53 2B 8 14B 53 36
Octal 353 50 205 0 123 53 10 513 123 66
Binary 11101011 101000 10000101 0 1010011 101011 1000 101001011 1010011 110110

Color Harmonies of #EB2885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2885

Black with #EB2885

Text Example


Text Example

White with #EB2885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2885; }

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

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

background-color css

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

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

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

border-color css

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

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

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