Html Css Color HEX #E85074 Dark Pink

📋 copy color: '#E85074'

red 232 ◦ green 80 ◦ blue 116

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

Shades of Dark Pink #E85074

Tints of Dark Pink #E85074

RGB

 RED value IS 232 (91.02% from 255) = 54.21%

 GREEN value IS 80 (31.64% from 255) = 18.69%

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 54.21%
G = 18.69%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E85074 (or 0xE85074) is known color: Dark Pink. HEX triplet: E8, 50 and 74. RGB value is (232,80,116). Sum of RGB (Red+Green+Blue) = 232+80+116=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E85074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85074 is #17AF8B. Grayscale: #818181. Windows color (decimal): -1552268 or 7622888. OLE color: 7622888.

HSL color Cylindrical-coordinate representation of color #E85074: hue angle of 345.79º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E85074 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 116 -
CMYK 0 0.66 0.50 0.09
HSL 345.79º 0.77% 0.61% -
HSV(B) 345.79º 0.66% 0.91% -
XYZ 39.3 24.15 19.11 -
YUV 129.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 232 80 116 0 0.66 0.50 0.09 345.79 0.77 0.61
Hex E8 50 74 0 42 32 9 15A 4D 3D
Octal 350 120 164 0 102 62 11 532 115 75
Binary 11101000 1010000 1110100 0 1000010 110010 1001 101011010 1001101 111101

Color Harmonies of #E85074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85074

Black with #E85074

Text Example


Text Example

White with #E85074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85074; }

 p { color: rgb(232,80,116); }

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

background-color css

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

 a { background-color: rgb(232,80,116); }

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

border-color css

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

 span { border-color: rgb(232,80,116); }

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