Html Css Color HEX #E85E8F Dark Pink

📋 copy color: '#E85E8F'

red 232 ◦ green 94 ◦ blue 143

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

Shades of Dark Pink #E85E8F

Tints of Dark Pink #E85E8F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.04%

 BLUE value IS 143 (56.25% from 255) = 30.49%

R = 49.47%
G = 20.04%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E85E8F (or 0xE85E8F) is known color: Dark Pink. HEX triplet: E8, 5E and 8F. RGB value is (232,94,143). Sum of RGB (Red+Green+Blue) = 232+94+143=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85E8F is #17A170. Grayscale: #8C8C8C. Windows color (decimal): -1548657 or 9395944. OLE color: 9395944.

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

Color convert

RGB 232 94 143 -
CMYK 0 0.59 0.38 0.09
HSL 338.7º 0.75% 0.64% -
HSV(B) 338.7º 0.59% 0.91% -
XYZ 42.24 27.14 29 -
YUV 140.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 232 94 143 0 0.59 0.38 0.09 338.7 0.75 0.64
Hex E8 5E 8F 0 3B 26 9 153 4B 40
Octal 350 136 217 0 73 46 11 523 113 100
Binary 11101000 1011110 10001111 0 111011 100110 1001 101010011 1001011 1000000

Color Harmonies of #E85E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E8F

Black with #E85E8F

Text Example


Text Example

White with #E85E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E8F; }

 p { color: rgb(232,94,143); }

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

background-color css

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

 a { background-color: rgb(232,94,143); }

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

border-color css

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

 span { border-color: rgb(232,94,143); }

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