Html Css Color HEX #E2327C Deep Cerise

📋 copy color: '#E2327C'

red 226 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #E2327C

Tints of Deep Cerise #E2327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31%

R = 56.5%
G = 12.5%
B = 31%

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

#E2327C (or 0xE2327C) is known color: Deep Cerise. HEX triplet: E2, 32 and 7C. RGB value is (226,50,124). Sum of RGB (Red+Green+Blue) = 226+50+124=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2327C is #1DCD83. Grayscale: #6E6E6E. Windows color (decimal): -1953156 or 8139490. OLE color: 8139490.

HSL color Cylindrical-coordinate representation of color #E2327C: hue angle of 334.77º 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 #E2327C is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 50 124 -
CMYK 0 0.78 0.45 0.11
HSL 334.77º 0.75% 0.54% -
HSV(B) 334.77º 0.78% 0.89% -
XYZ 36.14 19.91 21.01 -
YUV 111.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 226 50 124 0 0.78 0.45 0.11 334.77 0.75 0.54
Hex E2 32 7C 0 4E 2D B 14F 4B 36
Octal 342 62 174 0 116 55 13 517 113 66
Binary 11100010 110010 1111100 0 1001110 101101 1011 101001111 1001011 110110

Color Harmonies of #E2327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2327C

Black with #E2327C

Text Example


Text Example

White with #E2327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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