Html Css Color HEX #E4138E Deep Pink

📋 copy color: '#E4138E'

red 228 ◦ green 19 ◦ blue 142

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

Shades of Deep Pink #E4138E

Tints of Deep Pink #E4138E

RGB

 RED value IS 228 (89.45% from 255) = 58.61%

 GREEN value IS 19 (7.81% from 255) = 4.88%

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 58.61%
G = 4.88%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E4138E (or 0xE4138E) is known color: Deep Pink. HEX triplet: E4, 13 and 8E. RGB value is (228,19,142). Sum of RGB (Red+Green+Blue) = 228+19+142=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E4138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4138E is #1BEC71. Grayscale: #5F5F5F. Windows color (decimal): -1830002 or 9311204. OLE color: 9311204.

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

Color convert

RGB 228 19 142 -
CMYK 0 0.92 0.38 0.11
HSL 324.69º 0.85% 0.48% -
HSV(B) 324.69º 0.92% 0.89% -
XYZ 37.11 18.91 27.29 -
YUV 95.51 154.24 222.5 -
System Red Green Blue C M Y K H S L
Decimal 228 19 142 0 0.92 0.38 0.11 324.69 0.85 0.48
Hex E4 13 8E 0 5C 26 B 145 55 30
Octal 344 23 216 0 134 46 13 505 125 60
Binary 11100100 10011 10001110 0 1011100 100110 1011 101000101 1010101 110000

Color Harmonies of #E4138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4138E

Black with #E4138E

Text Example


Text Example

White with #E4138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4138E; }

 p { color: rgb(228,19,142); }

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

background-color css

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

 a { background-color: rgb(228,19,142); }

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

border-color css

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

 span { border-color: rgb(228,19,142); }

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