Html Css Color HEX #E85585 Dark Pink

📋 copy color: '#E85585'

red 232 ◦ green 85 ◦ blue 133

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

Shades of Dark Pink #E85585

Tints of Dark Pink #E85585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.89%

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

R = 51.56%
G = 18.89%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E85585 (or 0xE85585) is known color: Dark Pink. HEX triplet: E8, 55 and 85. RGB value is (232,85,133). Sum of RGB (Red+Green+Blue) = 232+85+133=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E85585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85585 is #17AA7A. Grayscale: #868686. Windows color (decimal): -1550971 or 8738280. OLE color: 8738280.

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

Color convert

RGB 232 85 133 -
CMYK 0 0.63 0.43 0.09
HSL 340.41º 0.76% 0.62% -
HSV(B) 340.41º 0.63% 0.91% -
XYZ 40.76 25.35 24.93 -
YUV 134.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 232 85 133 0 0.63 0.43 0.09 340.41 0.76 0.62
Hex E8 55 85 0 3F 2B 9 154 4C 3E
Octal 350 125 205 0 77 53 11 524 114 76
Binary 11101000 1010101 10000101 0 111111 101011 1001 101010100 1001100 111110

Color Harmonies of #E85585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85585

Black with #E85585

Text Example


Text Example

White with #E85585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85585; }

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

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

background-color css

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

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

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

border-color css

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

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

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