Html Css Color HEX #E2387D Deep Cerise

📋 copy color: '#E2387D'

red 226 ◦ green 56 ◦ blue 125

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

Shades of Deep Cerise #E2387D

Tints of Deep Cerise #E2387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.76%

 BLUE value IS 125 (49.22% from 255) = 30.71%

R = 55.53%
G = 13.76%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2387D (or 0xE2387D) is known color: Deep Cerise. HEX triplet: E2, 38 and 7D. RGB value is (226,56,125). Sum of RGB (Red+Green+Blue) = 226+56+125=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2387D is #1DC782. Grayscale: #727272. Windows color (decimal): -1951619 or 8206562. OLE color: 8206562.

HSL color Cylindrical-coordinate representation of color #E2387D: hue angle of 335.65º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2387D is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 56 125 -
CMYK 0 0.75 0.45 0.11
HSL 335.65º 0.75% 0.55% -
HSV(B) 335.65º 0.75% 0.89% -
XYZ 36.48 20.48 21.43 -
YUV 114.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 226 56 125 0 0.75 0.45 0.11 335.65 0.75 0.55
Hex E2 38 7D 0 4B 2D B 150 4B 37
Octal 342 70 175 0 113 55 13 520 113 67
Binary 11100010 111000 1111101 0 1001011 101101 1011 101010000 1001011 110111

Color Harmonies of #E2387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2387D

Black with #E2387D

Text Example


Text Example

White with #E2387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2387D; }

 p { color: rgb(226,56,125); }

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

background-color css

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

 a { background-color: rgb(226,56,125); }

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

border-color css

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

 span { border-color: rgb(226,56,125); }

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