Html Css Color HEX #E2328D Deep Cerise

📋 copy color: '#E2328D'

red 226 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #E2328D

Tints of Deep Cerise #E2328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 54.2%
G = 11.99%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2328D (or 0xE2328D) is known color: Deep Cerise. HEX triplet: E2, 32 and 8D. RGB value is (226,50,141). Sum of RGB (Red+Green+Blue) = 226+50+141=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2328D is #1DCD72. Grayscale: #707070. Windows color (decimal): -1953139 or 9253602. OLE color: 9253602.

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

Color convert

RGB 226 50 141 -
CMYK 0 0.78 0.38 0.11
HSL 328.98º 0.75% 0.54% -
HSV(B) 328.98º 0.78% 0.89% -
XYZ 37.31 20.37 27.17 -
YUV 113 143.81 208.6 -
System Red Green Blue C M Y K H S L
Decimal 226 50 141 0 0.78 0.38 0.11 328.98 0.75 0.54
Hex E2 32 8D 0 4E 26 B 149 4B 36
Octal 342 62 215 0 116 46 13 511 113 66
Binary 11100010 110010 10001101 0 1001110 100110 1011 101001001 1001011 110110

Color Harmonies of #E2328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2328D

Black with #E2328D

Text Example


Text Example

White with #E2328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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