Html Css Color HEX #E2327B Deep Cerise

📋 copy color: '#E2327B'

red 226 ◦ green 50 ◦ blue 123

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

Shades of Deep Cerise #E2327B

Tints of Deep Cerise #E2327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.83%

R = 56.64%
G = 12.53%
B = 30.83%

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

#E2327B (or 0xE2327B) is known color: Deep Cerise. HEX triplet: E2, 32 and 7B. RGB value is (226,50,123). Sum of RGB (Red+Green+Blue) = 226+50+123=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E2327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2327B is #1DCD84. Grayscale: #6E6E6E. Windows color (decimal): -1953157 or 8073954. OLE color: 8073954.

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

Color convert

RGB 226 50 123 -
CMYK 0 0.78 0.46 0.11
HSL 335.11º 0.75% 0.54% -
HSV(B) 335.11º 0.78% 0.89% -
XYZ 36.08 19.88 20.67 -
YUV 110.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 226 50 123 0 0.78 0.46 0.11 335.11 0.75 0.54
Hex E2 32 7B 0 4E 2E B 14F 4B 36
Octal 342 62 173 0 116 56 13 517 113 66
Binary 11100010 110010 1111011 0 1001110 101110 1011 101001111 1001011 110110

Color Harmonies of #E2327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2327B

Black with #E2327B

Text Example


Text Example

White with #E2327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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