Html Css Color HEX #E85C7B Dark Pink

📋 copy color: '#E85C7B'

red 232 ◦ green 92 ◦ blue 123

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

Shades of Dark Pink #E85C7B

Tints of Dark Pink #E85C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.58%

 BLUE value IS 123 (48.44% from 255) = 27.52%

R = 51.9%
G = 20.58%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E85C7B (or 0xE85C7B) is known color: Dark Pink. HEX triplet: E8, 5C and 7B. RGB value is (232,92,123). Sum of RGB (Red+Green+Blue) = 232+92+123=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C7B is #17A384. Grayscale: #898989. Windows color (decimal): -1549189 or 8084712. OLE color: 8084712.

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

Color convert

RGB 232 92 123 -
CMYK 0 0.60 0.47 0.09
HSL 346.71º 0.75% 0.64% -
HSV(B) 346.71º 0.6% 0.91% -
XYZ 40.68 26.24 21.66 -
YUV 137.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 232 92 123 0 0.60 0.47 0.09 346.71 0.75 0.64
Hex E8 5C 7B 0 3C 2F 9 15B 4B 40
Octal 350 134 173 0 74 57 11 533 113 100
Binary 11101000 1011100 1111011 0 111100 101111 1001 101011011 1001011 1000000

Color Harmonies of #E85C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C7B

Black with #E85C7B

Text Example


Text Example

White with #E85C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C7B; }

 p { color: rgb(232,92,123); }

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

background-color css

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

 a { background-color: rgb(232,92,123); }

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

border-color css

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

 span { border-color: rgb(232,92,123); }

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