Html Css Color HEX #E14485 Dark Pink

📋 copy color: '#E14485'

red 225 ◦ green 68 ◦ blue 133

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

Shades of Dark Pink #E14485

Tints of Dark Pink #E14485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.96%

 BLUE value IS 133 (52.34% from 255) = 31.22%

R = 52.82%
G = 15.96%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E14485 (or 0xE14485) is known color: Dark Pink. HEX triplet: E1, 44 and 85. RGB value is (225,68,133). Sum of RGB (Red+Green+Blue) = 225+68+133=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E14485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14485 is #1EBB7A. Grayscale: #7A7A7A. Windows color (decimal): -2014075 or 8733921. OLE color: 8733921.

HSL color Cylindrical-coordinate representation of color #E14485: hue angle of 335.16º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14485 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 133 -
CMYK 0 0.70 0.41 0.12
HSL 335.16º 0.72% 0.57% -
HSV(B) 335.16º 0.7% 0.88% -
XYZ 37.35 21.84 24.44 -
YUV 122.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 225 68 133 0 0.70 0.41 0.12 335.16 0.72 0.57
Hex E1 44 85 0 46 29 C 14F 48 39
Octal 341 104 205 0 106 51 14 517 110 71
Binary 11100001 1000100 10000101 0 1000110 101001 1100 101001111 1001000 111001

Color Harmonies of #E14485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14485

Black with #E14485

Text Example


Text Example

White with #E14485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14485; }

 p { color: rgb(225,68,133); }

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

background-color css

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

 a { background-color: rgb(225,68,133); }

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

border-color css

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

 span { border-color: rgb(225,68,133); }

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