Html Css Color HEX #E52685 Deep Cerise

📋 copy color: '#E52685'

red 229 ◦ green 38 ◦ blue 133

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

Shades of Deep Cerise #E52685

Tints of Deep Cerise #E52685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.5%

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

R = 57.25%
G = 9.5%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E52685 (or 0xE52685) is known color: Deep Cerise. HEX triplet: E5, 26 and 85. RGB value is (229,38,133). Sum of RGB (Red+Green+Blue) = 229+38+133=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E52685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52685 is #1AD97A. Grayscale: #696969. Windows color (decimal): -1759611 or 8726245. OLE color: 8726245.

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

Color convert

RGB 229 38 133 -
CMYK 0 0.83 0.42 0.10
HSL 330.16º 0.79% 0.52% -
HSV(B) 330.16º 0.83% 0.9% -
XYZ 37.24 19.74 24.04 -
YUV 105.94 143.28 215.78 -
System Red Green Blue C M Y K H S L
Decimal 229 38 133 0 0.83 0.42 0.10 330.16 0.79 0.52
Hex E5 26 85 0 53 2A A 14A 4F 34
Octal 345 46 205 0 123 52 12 512 117 64
Binary 11100101 100110 10000101 0 1010011 101010 1010 101001010 1001111 110100

Color Harmonies of #E52685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52685

Black with #E52685

Text Example


Text Example

White with #E52685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52685; }

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

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

background-color css

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

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

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

border-color css

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

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

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