Html Css Color HEX #E32985 Deep Cerise

📋 copy color: '#E32985'

red 227 ◦ green 41 ◦ blue 133

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

Shades of Deep Cerise #E32985

Tints of Deep Cerise #E32985

RGB

 RED value IS 227 (89.06% from 255) = 56.61%

 GREEN value IS 41 (16.41% from 255) = 10.22%

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

R = 56.61%
G = 10.22%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E32985 (or 0xE32985) is known color: Deep Cerise. HEX triplet: E3, 29 and 85. RGB value is (227,41,133). Sum of RGB (Red+Green+Blue) = 227+41+133=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E32985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32985 is #1CD67A. Grayscale: #6A6A6A. Windows color (decimal): -1889915 or 8727011. OLE color: 8727011.

HSL color Cylindrical-coordinate representation of color #E32985: hue angle of 330.32º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32985 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 133 -
CMYK 0 0.82 0.41 0.11
HSL 330.32º 0.77% 0.53% -
HSV(B) 330.32º 0.82% 0.89% -
XYZ 36.71 19.61 24.04 -
YUV 107.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 227 41 133 0 0.82 0.41 0.11 330.32 0.77 0.53
Hex E3 29 85 0 52 29 B 14A 4D 35
Octal 343 51 205 0 122 51 13 512 115 65
Binary 11100011 101001 10000101 0 1010010 101001 1011 101001010 1001101 110101

Color Harmonies of #E32985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32985

Black with #E32985

Text Example


Text Example

White with #E32985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32985; }

 p { color: rgb(227,41,133); }

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

background-color css

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

 a { background-color: rgb(227,41,133); }

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

border-color css

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

 span { border-color: rgb(227,41,133); }

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