Html Css Color HEX #E53085 Deep Cerise

📋 copy color: '#E53085'

red 229 ◦ green 48 ◦ blue 133

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

Shades of Deep Cerise #E53085

Tints of Deep Cerise #E53085

RGB

 RED value IS 229 (89.84% from 255) = 55.85%

 GREEN value IS 48 (19.14% from 255) = 11.71%

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

R = 55.85%
G = 11.71%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E53085 (or 0xE53085) is known color: Deep Cerise. HEX triplet: E5, 30 and 85. RGB value is (229,48,133). Sum of RGB (Red+Green+Blue) = 229+48+133=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E53085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53085 is #1ACF7A. Grayscale: #6F6F6F. Windows color (decimal): -1757051 or 8728805. OLE color: 8728805.

HSL color Cylindrical-coordinate representation of color #E53085: hue angle of 331.82º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53085 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 48 133 -
CMYK 0 0.79 0.42 0.10
HSL 331.82º 0.78% 0.54% -
HSV(B) 331.82º 0.79% 0.9% -
XYZ 37.6 20.47 24.16 -
YUV 111.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 229 48 133 0 0.79 0.42 0.10 331.82 0.78 0.54
Hex E5 30 85 0 4F 2A A 14C 4E 36
Octal 345 60 205 0 117 52 12 514 116 66
Binary 11100101 110000 10000101 0 1001111 101010 1010 101001100 1001110 110110

Color Harmonies of #E53085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53085

Black with #E53085

Text Example


Text Example

White with #E53085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53085; }

 p { color: rgb(229,48,133); }

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

background-color css

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

 a { background-color: rgb(229,48,133); }

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

border-color css

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

 span { border-color: rgb(229,48,133); }

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