Html Css Color HEX #E85470 Dark Pink

📋 copy color: '#E85470'

red 232 ◦ green 84 ◦ blue 112

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

Shades of Dark Pink #E85470

Tints of Dark Pink #E85470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 54.21%
G = 19.63%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E85470 (or 0xE85470) is known color: Dark Pink. HEX triplet: E8, 54 and 70. RGB value is (232,84,112). Sum of RGB (Red+Green+Blue) = 232+84+112=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E85470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85470 is #17AB8F. Grayscale: #838383. Windows color (decimal): -1551248 or 7361768. OLE color: 7361768.

HSL color Cylindrical-coordinate representation of color #E85470: hue angle of 348.65º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85470 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 84 112 -
CMYK 0 0.64 0.52 0.09
HSL 348.65º 0.76% 0.62% -
HSV(B) 348.65º 0.64% 0.91% -
XYZ 39.37 24.67 18.02 -
YUV 131.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 232 84 112 0 0.64 0.52 0.09 348.65 0.76 0.62
Hex E8 54 70 0 40 34 9 15D 4C 3E
Octal 350 124 160 0 100 64 11 535 114 76
Binary 11101000 1010100 1110000 0 1000000 110100 1001 101011101 1001100 111110

Color Harmonies of #E85470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85470

Black with #E85470

Text Example


Text Example

White with #E85470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85470; }

 p { color: rgb(232,84,112); }

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

background-color css

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

 a { background-color: rgb(232,84,112); }

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

border-color css

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

 span { border-color: rgb(232,84,112); }

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