Html Css Color HEX #E2328F Deep Cerise

📋 copy color: '#E2328F'

red 226 ◦ green 50 ◦ blue 143

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

Shades of Deep Cerise #E2328F

Tints of Deep Cerise #E2328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 53.94%
G = 11.93%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2328F (or 0xE2328F) is known color: Deep Cerise. HEX triplet: E2, 32 and 8F. RGB value is (226,50,143). Sum of RGB (Red+Green+Blue) = 226+50+143=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2328F is #1DCD70. Grayscale: #717171. Windows color (decimal): -1953137 or 9384674. OLE color: 9384674.

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

Color convert

RGB 226 50 143 -
CMYK 0 0.78 0.37 0.11
HSL 328.3º 0.75% 0.54% -
HSV(B) 328.3º 0.78% 0.89% -
XYZ 37.46 20.43 27.96 -
YUV 113.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 226 50 143 0 0.78 0.37 0.11 328.3 0.75 0.54
Hex E2 32 8F 0 4E 25 B 148 4B 36
Octal 342 62 217 0 116 45 13 510 113 66
Binary 11100010 110010 10001111 0 1001110 100101 1011 101001000 1001011 110110

Color Harmonies of #E2328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2328F

Black with #E2328F

Text Example


Text Example

White with #E2328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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