Html Css Color HEX #E14685 Dark Pink

📋 copy color: '#E14685'

red 225 ◦ green 70 ◦ blue 133

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

Shades of Dark Pink #E14685

Tints of Dark Pink #E14685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

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

R = 52.57%
G = 16.36%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E14685 (or 0xE14685) is known color: Dark Pink. HEX triplet: E1, 46 and 85. RGB value is (225,70,133). Sum of RGB (Red+Green+Blue) = 225+70+133=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E14685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14685 is #1EB97A. Grayscale: #7B7B7B. Windows color (decimal): -2013563 or 8734433. OLE color: 8734433.

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

Color convert

RGB 225 70 133 -
CMYK 0 0.69 0.41 0.12
HSL 335.61º 0.72% 0.58% -
HSV(B) 335.61º 0.69% 0.88% -
XYZ 37.48 22.08 24.48 -
YUV 123.53 133.35 200.38 -
System Red Green Blue C M Y K H S L
Decimal 225 70 133 0 0.69 0.41 0.12 335.61 0.72 0.58
Hex E1 46 85 0 45 29 C 150 48 3A
Octal 341 106 205 0 105 51 14 520 110 72
Binary 11100001 1000110 10000101 0 1000101 101001 1100 101010000 1001000 111010

Color Harmonies of #E14685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14685

Black with #E14685

Text Example


Text Example

White with #E14685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14685; }

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

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

background-color css

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

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

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

border-color css

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

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

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