Html Css Color HEX #E4148B Deep Pink

📋 copy color: '#E4148B'

red 228 ◦ green 20 ◦ blue 139

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

Shades of Deep Pink #E4148B

Tints of Deep Pink #E4148B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

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

R = 58.91%
G = 5.17%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E4148B (or 0xE4148B) is known color: Deep Pink. HEX triplet: E4, 14 and 8B. RGB value is (228,20,139). Sum of RGB (Red+Green+Blue) = 228+20+139=387 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.91% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 228 - color contains mainly: red. Hex color #E4148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4148B is #1BEB74. Grayscale: #5F5F5F. Windows color (decimal): -1829749 or 9114852. OLE color: 9114852.

HSL color Cylindrical-coordinate representation of color #E4148B: hue angle of 325.67º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4148B is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 20 139 -
CMYK 0 0.91 0.39 0.11
HSL 325.67º 0.84% 0.49% -
HSV(B) 325.67º 0.91% 0.89% -
XYZ 36.91 18.86 26.12 -
YUV 95.76 152.41 222.32 -
System Red Green Blue C M Y K H S L
Decimal 228 20 139 0 0.91 0.39 0.11 325.67 0.84 0.49
Hex E4 14 8B 0 5B 27 B 146 54 31
Octal 344 24 213 0 133 47 13 506 124 61
Binary 11100100 10100 10001011 0 1011011 100111 1011 101000110 1010100 110001

Color Harmonies of #E4148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4148B

Black with #E4148B

Text Example


Text Example

White with #E4148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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