Html Css Color HEX #E14783 Dark Pink

📋 copy color: '#E14783'

red 225 ◦ green 71 ◦ blue 131

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

Shades of Dark Pink #E14783

Tints of Dark Pink #E14783

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

 BLUE value IS 131 (51.56% from 255) = 30.68%

R = 52.69%
G = 16.63%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E14783 (or 0xE14783) is known color: Dark Pink. HEX triplet: E1, 47 and 83. RGB value is (225,71,131). Sum of RGB (Red+Green+Blue) = 225+71+131=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E14783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14783 is #1EB87C. Grayscale: #7B7B7B. Windows color (decimal): -2013309 or 8603617. OLE color: 8603617.

HSL color Cylindrical-coordinate representation of color #E14783: hue angle of 336.62º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14783 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 131 -
CMYK 0 0.68 0.42 0.12
HSL 336.62º 0.72% 0.58% -
HSV(B) 336.62º 0.68% 0.88% -
XYZ 37.4 22.15 23.78 -
YUV 123.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 225 71 131 0 0.68 0.42 0.12 336.62 0.72 0.58
Hex E1 47 83 0 44 2A C 151 48 3A
Octal 341 107 203 0 104 52 14 521 110 72
Binary 11100001 1000111 10000011 0 1000100 101010 1100 101010001 1001000 111010

Color Harmonies of #E14783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14783

Black with #E14783

Text Example


Text Example

White with #E14783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14783; }

 p { color: rgb(225,71,131); }

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

background-color css

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

 a { background-color: rgb(225,71,131); }

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

border-color css

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

 span { border-color: rgb(225,71,131); }

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