Html Css Color HEX #E2428C Deep Cerise

📋 copy color: '#E2428C'

red 226 ◦ green 66 ◦ blue 140

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

Shades of Deep Cerise #E2428C

Tints of Deep Cerise #E2428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.28%

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 52.31%
G = 15.28%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2428C (or 0xE2428C) is known color: Deep Cerise. HEX triplet: E2, 42 and 8C. RGB value is (226,66,140). Sum of RGB (Red+Green+Blue) = 226+66+140=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2428C is #1DBD73. Grayscale: #7A7A7A. Windows color (decimal): -1949044 or 9192162. OLE color: 9192162.

HSL color Cylindrical-coordinate representation of color #E2428C: hue angle of 332.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2428C is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 66 140 -
CMYK 0 0.71 0.38 0.11
HSL 332.25º 0.73% 0.57% -
HSV(B) 332.25º 0.71% 0.89% -
XYZ 38.05 21.96 27.04 -
YUV 122.28 138.01 201.98 -
System Red Green Blue C M Y K H S L
Decimal 226 66 140 0 0.71 0.38 0.11 332.25 0.73 0.57
Hex E2 42 8C 0 47 26 B 14C 49 39
Octal 342 102 214 0 107 46 13 514 111 71
Binary 11100010 1000010 10001100 0 1000111 100110 1011 101001100 1001001 111001

Color Harmonies of #E2428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2428C

Black with #E2428C

Text Example


Text Example

White with #E2428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2428C; }

 p { color: rgb(226,66,140); }

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

background-color css

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

 a { background-color: rgb(226,66,140); }

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

border-color css

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

 span { border-color: rgb(226,66,140); }

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