Html Css Color HEX #E14B8D Dark Pink

📋 copy color: '#E14B8D'

red 225 ◦ green 75 ◦ blue 141

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

Shades of Dark Pink #E14B8D

Tints of Dark Pink #E14B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.01%

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 51.02%
G = 17.01%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E14B8D (or 0xE14B8D) is known color: Dark Pink. HEX triplet: E1, 4B and 8D. RGB value is (225,75,141). Sum of RGB (Red+Green+Blue) = 225+75+141=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14B8D is #1EB472. Grayscale: #7F7F7F. Windows color (decimal): -2012275 or 9260001. OLE color: 9260001.

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

Color convert

RGB 225 75 141 -
CMYK 0 0.67 0.37 0.12
HSL 333.6º 0.71% 0.59% -
HSV(B) 333.6º 0.67% 0.88% -
XYZ 38.38 22.96 27.61 -
YUV 127.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 225 75 141 0 0.67 0.37 0.12 333.6 0.71 0.59
Hex E1 4B 8D 0 43 25 C 14E 47 3B
Octal 341 113 215 0 103 45 14 516 107 73
Binary 11100001 1001011 10001101 0 1000011 100101 1100 101001110 1000111 111011

Color Harmonies of #E14B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14B8D

Black with #E14B8D

Text Example


Text Example

White with #E14B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14B8D; }

 p { color: rgb(225,75,141); }

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

background-color css

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

 a { background-color: rgb(225,75,141); }

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

border-color css

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

 span { border-color: rgb(225,75,141); }

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