Html Css Color HEX #E32B7D Deep Cerise

📋 copy color: '#E32B7D'

red 227 ◦ green 43 ◦ blue 125

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

Shades of Deep Cerise #E32B7D

Tints of Deep Cerise #E32B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.89%

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 57.47%
G = 10.89%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E32B7D (or 0xE32B7D) is known color: Deep Cerise. HEX triplet: E3, 2B and 7D. RGB value is (227,43,125). Sum of RGB (Red+Green+Blue) = 227+43+125=395 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.47% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32B7D is #1CD482. Grayscale: #6B6B6B. Windows color (decimal): -1889411 or 8203235. OLE color: 8203235.

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

Color convert

RGB 227 43 125 -
CMYK 0 0.81 0.45 0.11
HSL 333.26º 0.77% 0.53% -
HSV(B) 333.26º 0.81% 0.89% -
XYZ 36.24 19.54 21.26 -
YUV 107.36 137.96 213.33 -
System Red Green Blue C M Y K H S L
Decimal 227 43 125 0 0.81 0.45 0.11 333.26 0.77 0.53
Hex E3 2B 7D 0 51 2D B 14D 4D 35
Octal 343 53 175 0 121 55 13 515 115 65
Binary 11100011 101011 1111101 0 1010001 101101 1011 101001101 1001101 110101

Color Harmonies of #E32B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32B7D

Black with #E32B7D

Text Example


Text Example

White with #E32B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32B7D; }

 p { color: rgb(227,43,125); }

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

background-color css

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

 a { background-color: rgb(227,43,125); }

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

border-color css

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

 span { border-color: rgb(227,43,125); }

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