Html Css Color HEX #E32E7F Deep Cerise

📋 copy color: '#E32E7F'

red 227 ◦ green 46 ◦ blue 127

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

Shades of Deep Cerise #E32E7F

Tints of Deep Cerise #E32E7F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.5%

 BLUE value IS 127 (50% from 255) = 31.75%

R = 56.75%
G = 11.5%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E32E7F (or 0xE32E7F) is known color: Deep Cerise. HEX triplet: E3, 2E and 7F. RGB value is (227,46,127). Sum of RGB (Red+Green+Blue) = 227+46+127=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32E7F is #1CD180. Grayscale: #6D6D6D. Windows color (decimal): -1888641 or 8335075. OLE color: 8335075.

HSL color Cylindrical-coordinate representation of color #E32E7F: hue angle of 333.15º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32E7F is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 46 127 -
CMYK 0 0.80 0.44 0.11
HSL 333.15º 0.76% 0.54% -
HSV(B) 333.15º 0.8% 0.89% -
XYZ 36.49 19.82 21.98 -
YUV 109.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 227 46 127 0 0.80 0.44 0.11 333.15 0.76 0.54
Hex E3 2E 7F 0 50 2C B 14D 4C 36
Octal 343 56 177 0 120 54 13 515 114 66
Binary 11100011 101110 1111111 0 1010000 101100 1011 101001101 1001100 110110

Color Harmonies of #E32E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32E7F

Black with #E32E7F

Text Example


Text Example

White with #E32E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32E7F; }

 p { color: rgb(227,46,127); }

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

background-color css

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

 a { background-color: rgb(227,46,127); }

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

border-color css

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

 span { border-color: rgb(227,46,127); }

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