Html Css Color HEX #E2327D Deep Cerise

📋 copy color: '#E2327D'

red 226 ◦ green 50 ◦ blue 125

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

Shades of Deep Cerise #E2327D

Tints of Deep Cerise #E2327D

RGB

 RED value IS 226 (88.67% from 255) = 56.36%

 GREEN value IS 50 (19.92% from 255) = 12.47%

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

R = 56.36%
G = 12.47%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2327D (or 0xE2327D) is known color: Deep Cerise. HEX triplet: E2, 32 and 7D. RGB value is (226,50,125). Sum of RGB (Red+Green+Blue) = 226+50+125=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2327D is #1DCD82. Grayscale: #6F6F6F. Windows color (decimal): -1953155 or 8205026. OLE color: 8205026.

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

Color convert

RGB 226 50 125 -
CMYK 0 0.78 0.45 0.11
HSL 334.43º 0.75% 0.54% -
HSV(B) 334.43º 0.78% 0.89% -
XYZ 36.21 19.93 21.34 -
YUV 111.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 226 50 125 0 0.78 0.45 0.11 334.43 0.75 0.54
Hex E2 32 7D 0 4E 2D B 14E 4B 36
Octal 342 62 175 0 116 55 13 516 113 66
Binary 11100010 110010 1111101 0 1001110 101101 1011 101001110 1001011 110110

Color Harmonies of #E2327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2327D

Black with #E2327D

Text Example


Text Example

White with #E2327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2327D; }

 p { color: rgb(226,50,125); }

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

background-color css

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

 a { background-color: rgb(226,50,125); }

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

border-color css

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

 span { border-color: rgb(226,50,125); }

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