Html Css Color HEX #E5148A Deep Pink

📋 copy color: '#E5148A'

red 229 ◦ green 20 ◦ blue 138

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

Shades of Deep Pink #E5148A

Tints of Deep Pink #E5148A

RGB

 RED value IS 229 (89.84% from 255) = 59.17%

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 59.17%
G = 5.17%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5148A (or 0xE5148A) is known color: Deep Pink. HEX triplet: E5, 14 and 8A. RGB value is (229,20,138). Sum of RGB (Red+Green+Blue) = 229+20+138=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5148A is #1AEB75. Grayscale: #5F5F5F. Windows color (decimal): -1764214 or 9049317. OLE color: 9049317.

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

Color convert

RGB 229 20 138 -
CMYK 0 0.91 0.40 0.10
HSL 326.12º 0.84% 0.49% -
HSV(B) 326.12º 0.91% 0.9% -
XYZ 37.15 18.99 25.75 -
YUV 95.94 151.74 222.91 -
System Red Green Blue C M Y K H S L
Decimal 229 20 138 0 0.91 0.40 0.10 326.12 0.84 0.49
Hex E5 14 8A 0 5B 28 A 146 54 31
Octal 345 24 212 0 133 50 12 506 124 61
Binary 11100101 10100 10001010 0 1011011 101000 1010 101000110 1010100 110001

Color Harmonies of #E5148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5148A

Black with #E5148A

Text Example


Text Example

White with #E5148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5148A; }

 p { color: rgb(229,20,138); }

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

background-color css

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

 a { background-color: rgb(229,20,138); }

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

border-color css

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

 span { border-color: rgb(229,20,138); }

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