Html Css Color HEX #E85A7F Dark Pink

📋 copy color: '#E85A7F'

red 232 ◦ green 90 ◦ blue 127

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

Shades of Dark Pink #E85A7F

Tints of Dark Pink #E85A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

 BLUE value IS 127 (50% from 255) = 28.29%

R = 51.67%
G = 20.04%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E85A7F (or 0xE85A7F) is known color: Dark Pink. HEX triplet: E8, 5A and 7F. RGB value is (232,90,127). Sum of RGB (Red+Green+Blue) = 232+90+127=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A7F is #17A580. Grayscale: #888888. Windows color (decimal): -1549697 or 8346344. OLE color: 8346344.

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

Color convert

RGB 232 90 127 -
CMYK 0 0.61 0.45 0.09
HSL 344.37º 0.76% 0.63% -
HSV(B) 344.37º 0.61% 0.91% -
XYZ 40.77 26 22.95 -
YUV 136.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 232 90 127 0 0.61 0.45 0.09 344.37 0.76 0.63
Hex E8 5A 7F 0 3D 2D 9 158 4C 3F
Octal 350 132 177 0 75 55 11 530 114 77
Binary 11101000 1011010 1111111 0 111101 101101 1001 101011000 1001100 111111

Color Harmonies of #E85A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A7F

Black with #E85A7F

Text Example


Text Example

White with #E85A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A7F; }

 p { color: rgb(232,90,127); }

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

background-color css

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

 a { background-color: rgb(232,90,127); }

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

border-color css

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

 span { border-color: rgb(232,90,127); }

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