Html Css Color HEX #E14C81 Dark Pink

📋 copy color: '#E14C81'

red 225 ◦ green 76 ◦ blue 129

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

Shades of Dark Pink #E14C81

Tints of Dark Pink #E14C81

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.67%

 BLUE value IS 129 (50.78% from 255) = 30%

R = 52.33%
G = 17.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E14C81 (or 0xE14C81) is known color: Dark Pink. HEX triplet: E1, 4C and 81. RGB value is (225,76,129). Sum of RGB (Red+Green+Blue) = 225+76+129=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14C81 is #1EB37E. Grayscale: #7E7E7E. Windows color (decimal): -2012031 or 8473825. OLE color: 8473825.

HSL color Cylindrical-coordinate representation of color #E14C81: hue angle of 338.66º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14C81 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 76 129 -
CMYK 0 0.66 0.43 0.12
HSL 338.66º 0.71% 0.59% -
HSV(B) 338.66º 0.66% 0.88% -
XYZ 37.6 22.76 23.18 -
YUV 126.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 225 76 129 0 0.66 0.43 0.12 338.66 0.71 0.59
Hex E1 4C 81 0 42 2B C 153 47 3B
Octal 341 114 201 0 102 53 14 523 107 73
Binary 11100001 1001100 10000001 0 1000010 101011 1100 101010011 1000111 111011

Color Harmonies of #E14C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C81

Black with #E14C81

Text Example


Text Example

White with #E14C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C81; }

 p { color: rgb(225,76,129); }

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

background-color css

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

 a { background-color: rgb(225,76,129); }

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

border-color css

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

 span { border-color: rgb(225,76,129); }

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