Html Css Color HEX #E14C8E Dark Pink

📋 copy color: '#E14C8E'

red 225 ◦ green 76 ◦ blue 142

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

Shades of Dark Pink #E14C8E

Tints of Dark Pink #E14C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 50.79%
G = 17.16%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E14C8E (or 0xE14C8E) is known color: Dark Pink. HEX triplet: E1, 4C and 8E. RGB value is (225,76,142). Sum of RGB (Red+Green+Blue) = 225+76+142=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14C8E is #1EB371. Grayscale: #7F7F7F. Windows color (decimal): -2012018 or 9325793. OLE color: 9325793.

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

Color convert

RGB 225 76 142 -
CMYK 0 0.66 0.37 0.12
HSL 333.42º 0.71% 0.59% -
HSV(B) 333.42º 0.66% 0.88% -
XYZ 38.52 23.13 28.03 -
YUV 128.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 225 76 142 0 0.66 0.37 0.12 333.42 0.71 0.59
Hex E1 4C 8E 0 42 25 C 14D 47 3B
Octal 341 114 216 0 102 45 14 515 107 73
Binary 11100001 1001100 10001110 0 1000010 100101 1100 101001101 1000111 111011

Color Harmonies of #E14C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C8E

Black with #E14C8E

Text Example


Text Example

White with #E14C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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