Html Css Color HEX #E85A85 Dark Pink

📋 copy color: '#E85A85'

red 232 ◦ green 90 ◦ blue 133

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

Shades of Dark Pink #E85A85

Tints of Dark Pink #E85A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.23%

R = 50.99%
G = 19.78%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E85A85 (or 0xE85A85) is known color: Dark Pink. HEX triplet: E8, 5A and 85. RGB value is (232,90,133). Sum of RGB (Red+Green+Blue) = 232+90+133=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A85 is #17A57A. Grayscale: #898989. Windows color (decimal): -1549691 or 8739560. OLE color: 8739560.

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

Color convert

RGB 232 90 133 -
CMYK 0 0.61 0.43 0.09
HSL 341.83º 0.76% 0.63% -
HSV(B) 341.83º 0.61% 0.91% -
XYZ 41.17 26.16 25.07 -
YUV 137.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 232 90 133 0 0.61 0.43 0.09 341.83 0.76 0.63
Hex E8 5A 85 0 3D 2B 9 156 4C 3F
Octal 350 132 205 0 75 53 11 526 114 77
Binary 11101000 1011010 10000101 0 111101 101011 1001 101010110 1001100 111111

Color Harmonies of #E85A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A85

Black with #E85A85

Text Example


Text Example

White with #E85A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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