Html Css Color HEX #E4138B Deep Pink

📋 copy color: '#E4138B'

red 228 ◦ green 19 ◦ blue 139

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

Shades of Deep Pink #E4138B

Tints of Deep Pink #E4138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 59.07%
G = 4.92%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E4138B (or 0xE4138B) is known color: Deep Pink. HEX triplet: E4, 13 and 8B. RGB value is (228,19,139). Sum of RGB (Red+Green+Blue) = 228+19+139=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E4138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4138B is #1BEC74. Grayscale: #5E5E5E. Windows color (decimal): -1830005 or 9114596. OLE color: 9114596.

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

Color convert

RGB 228 19 139 -
CMYK 0 0.92 0.39 0.11
HSL 325.55º 0.85% 0.48% -
HSV(B) 325.55º 0.92% 0.89% -
XYZ 36.89 18.82 26.12 -
YUV 95.17 152.74 222.74 -
System Red Green Blue C M Y K H S L
Decimal 228 19 139 0 0.92 0.39 0.11 325.55 0.85 0.48
Hex E4 13 8B 0 5C 27 B 146 55 30
Octal 344 23 213 0 134 47 13 506 125 60
Binary 11100100 10011 10001011 0 1011100 100111 1011 101000110 1010101 110000

Color Harmonies of #E4138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4138B

Black with #E4138B

Text Example


Text Example

White with #E4138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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