Html Css Color HEX #E1478A Dark Pink

📋 copy color: '#E1478A'

red 225 ◦ green 71 ◦ blue 138

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

Shades of Dark Pink #E1478A

Tints of Dark Pink #E1478A

RGB

 RED value IS 225 (88.28% from 255) = 51.84%

 GREEN value IS 71 (28.13% from 255) = 16.36%

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

R = 51.84%
G = 16.36%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1478A (or 0xE1478A) is known color: Dark Pink. HEX triplet: E1, 47 and 8A. RGB value is (225,71,138). Sum of RGB (Red+Green+Blue) = 225+71+138=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1478A is #1EB875. Grayscale: #7C7C7C. Windows color (decimal): -2013302 or 9062369. OLE color: 9062369.

HSL color Cylindrical-coordinate representation of color #E1478A: hue angle of 333.9º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1478A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 138 -
CMYK 0 0.68 0.39 0.12
HSL 333.9º 0.72% 0.58% -
HSV(B) 333.9º 0.68% 0.88% -
XYZ 37.89 22.35 26.36 -
YUV 124.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 225 71 138 0 0.68 0.39 0.12 333.9 0.72 0.58
Hex E1 47 8A 0 44 27 C 14E 48 3A
Octal 341 107 212 0 104 47 14 516 110 72
Binary 11100001 1000111 10001010 0 1000100 100111 1100 101001110 1001000 111010

Color Harmonies of #E1478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1478A

Black with #E1478A

Text Example


Text Example

White with #E1478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1478A; }

 p { color: rgb(225,71,138); }

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

background-color css

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

 a { background-color: rgb(225,71,138); }

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

border-color css

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

 span { border-color: rgb(225,71,138); }

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