Html Css Color HEX #E14A8B Dark Pink

📋 copy color: '#E14A8B'

red 225 ◦ green 74 ◦ blue 139

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

Shades of Dark Pink #E14A8B

Tints of Dark Pink #E14A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.89%

 BLUE value IS 139 (54.69% from 255) = 31.74%

R = 51.37%
G = 16.89%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E14A8B (or 0xE14A8B) is known color: Dark Pink. HEX triplet: E1, 4A and 8B. RGB value is (225,74,139). Sum of RGB (Red+Green+Blue) = 225+74+139=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14A8B is #1EB574. Grayscale: #7E7E7E. Windows color (decimal): -2012533 or 9128673. OLE color: 9128673.

HSL color Cylindrical-coordinate representation of color #E14A8B: hue angle of 334.17º degrees, saturation: 0.72, 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 #E14A8B is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 74 139 -
CMYK 0 0.67 0.38 0.12
HSL 334.17º 0.72% 0.59% -
HSV(B) 334.17º 0.67% 0.88% -
XYZ 38.16 22.77 26.81 -
YUV 126.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 225 74 139 0 0.67 0.38 0.12 334.17 0.72 0.59
Hex E1 4A 8B 0 43 26 C 14E 48 3B
Octal 341 112 213 0 103 46 14 516 110 73
Binary 11100001 1001010 10001011 0 1000011 100110 1100 101001110 1001000 111011

Color Harmonies of #E14A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A8B

Black with #E14A8B

Text Example


Text Example

White with #E14A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A8B; }

 p { color: rgb(225,74,139); }

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

background-color css

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

 a { background-color: rgb(225,74,139); }

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

border-color css

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

 span { border-color: rgb(225,74,139); }

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