Html Css Color HEX #E14982 Dark Pink

📋 copy color: '#E14982'

red 225 ◦ green 73 ◦ blue 130

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

Shades of Dark Pink #E14982

Tints of Dark Pink #E14982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.06%

 BLUE value IS 130 (51.17% from 255) = 30.37%

R = 52.57%
G = 17.06%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E14982 (or 0xE14982) is known color: Dark Pink. HEX triplet: E1, 49 and 82. RGB value is (225,73,130). Sum of RGB (Red+Green+Blue) = 225+73+130=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E14982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14982 is #1EB67D. Grayscale: #7C7C7C. Windows color (decimal): -2012798 or 8538593. OLE color: 8538593.

HSL color Cylindrical-coordinate representation of color #E14982: hue angle of 337.5º 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 #E14982 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 130 -
CMYK 0 0.68 0.42 0.12
HSL 337.5º 0.72% 0.58% -
HSV(B) 337.5º 0.68% 0.88% -
XYZ 37.46 22.38 23.47 -
YUV 124.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 225 73 130 0 0.68 0.42 0.12 337.5 0.72 0.58
Hex E1 49 82 0 44 2A C 152 48 3A
Octal 341 111 202 0 104 52 14 522 110 72
Binary 11100001 1001001 10000010 0 1000100 101010 1100 101010010 1001000 111010

Color Harmonies of #E14982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14982

Black with #E14982

Text Example


Text Example

White with #E14982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14982; }

 p { color: rgb(225,73,130); }

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

background-color css

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

 a { background-color: rgb(225,73,130); }

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

border-color css

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

 span { border-color: rgb(225,73,130); }

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