Html Css Color HEX #E2327A Deep Cerise

📋 copy color: '#E2327A'

red 226 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #E2327A

Tints of Deep Cerise #E2327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 56.78%
G = 12.56%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2327A (or 0xE2327A) is known color: Deep Cerise. HEX triplet: E2, 32 and 7A. RGB value is (226,50,122). Sum of RGB (Red+Green+Blue) = 226+50+122=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E2327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2327A is #1DCD85. Grayscale: #6E6E6E. Windows color (decimal): -1953158 or 8008418. OLE color: 8008418.

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

Color convert

RGB 226 50 122 -
CMYK 0 0.78 0.46 0.11
HSL 335.45º 0.75% 0.54% -
HSV(B) 335.45º 0.78% 0.89% -
XYZ 36.02 19.86 20.35 -
YUV 110.83 134.31 210.15 -
System Red Green Blue C M Y K H S L
Decimal 226 50 122 0 0.78 0.46 0.11 335.45 0.75 0.54
Hex E2 32 7A 0 4E 2E B 14F 4B 36
Octal 342 62 172 0 116 56 13 517 113 66
Binary 11100010 110010 1111010 0 1001110 101110 1011 101001111 1001011 110110

Color Harmonies of #E2327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2327A

Black with #E2327A

Text Example


Text Example

White with #E2327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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