Html Css Color HEX #E85A8B Dark Pink

📋 copy color: '#E85A8B'

red 232 ◦ green 90 ◦ blue 139

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

Shades of Dark Pink #E85A8B

Tints of Dark Pink #E85A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 50.33%
G = 19.52%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E85A8B (or 0xE85A8B) is known color: Dark Pink. HEX triplet: E8, 5A and 8B. RGB value is (232,90,139). Sum of RGB (Red+Green+Blue) = 232+90+139=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A8B is #17A574. Grayscale: #898989. Windows color (decimal): -1549685 or 9132776. OLE color: 9132776.

HSL color Cylindrical-coordinate representation of color #E85A8B: hue angle of 339.3º 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 #E85A8B is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 90 139 -
CMYK 0 0.61 0.40 0.09
HSL 339.3º 0.76% 0.63% -
HSV(B) 339.3º 0.61% 0.91% -
XYZ 41.6 26.33 27.32 -
YUV 138.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 232 90 139 0 0.61 0.40 0.09 339.3 0.76 0.63
Hex E8 5A 8B 0 3D 28 9 153 4C 3F
Octal 350 132 213 0 75 50 11 523 114 77
Binary 11101000 1011010 10001011 0 111101 101000 1001 101010011 1001100 111111

Color Harmonies of #E85A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A8B

Black with #E85A8B

Text Example


Text Example

White with #E85A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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