Html Css Color HEX #E5148F Deep Pink

📋 copy color: '#E5148F'

red 229 ◦ green 20 ◦ blue 143

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

Shades of Deep Pink #E5148F

Tints of Deep Pink #E5148F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 58.42%
G = 5.1%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5148F (or 0xE5148F) is known color: Deep Pink. HEX triplet: E5, 14 and 8F. RGB value is (229,20,143). Sum of RGB (Red+Green+Blue) = 229+20+143=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E5148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5148F is #1AEB70. Grayscale: #606060. Windows color (decimal): -1764209 or 9376997. OLE color: 9376997.

HSL color Cylindrical-coordinate representation of color #E5148F: hue angle of 324.69º 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 #E5148F is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 20 143 -
CMYK 0 0.91 0.38 0.10
HSL 324.69º 0.84% 0.49% -
HSV(B) 324.69º 0.91% 0.9% -
XYZ 37.52 19.14 27.7 -
YUV 96.51 154.24 222.5 -
System Red Green Blue C M Y K H S L
Decimal 229 20 143 0 0.91 0.38 0.10 324.69 0.84 0.49
Hex E5 14 8F 0 5B 26 A 145 54 31
Octal 345 24 217 0 133 46 12 505 124 61
Binary 11100101 10100 10001111 0 1011011 100110 1010 101000101 1010100 110001

Color Harmonies of #E5148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5148F

Black with #E5148F

Text Example


Text Example

White with #E5148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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