Html Css Color HEX #E8507F Dark Pink

📋 copy color: '#E8507F'

red 232 ◦ green 80 ◦ blue 127

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

Shades of Dark Pink #E8507F

Tints of Dark Pink #E8507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

 BLUE value IS 127 (50% from 255) = 28.93%

R = 52.85%
G = 18.22%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E8507F (or 0xE8507F) is known color: Dark Pink. HEX triplet: E8, 50 and 7F. RGB value is (232,80,127). Sum of RGB (Red+Green+Blue) = 232+80+127=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8507F is #17AF80. Grayscale: #828282. Windows color (decimal): -1552257 or 8343784. OLE color: 8343784.

HSL color Cylindrical-coordinate representation of color #E8507F: hue angle of 341.45º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8507F is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 127 -
CMYK 0 0.66 0.45 0.09
HSL 341.45º 0.77% 0.61% -
HSV(B) 341.45º 0.66% 0.91% -
XYZ 39.98 24.43 22.69 -
YUV 130.81 125.86 200.18 -
System Red Green Blue C M Y K H S L
Decimal 232 80 127 0 0.66 0.45 0.09 341.45 0.77 0.61
Hex E8 50 7F 0 42 2D 9 155 4D 3D
Octal 350 120 177 0 102 55 11 525 115 75
Binary 11101000 1010000 1111111 0 1000010 101101 1001 101010101 1001101 111101

Color Harmonies of #E8507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8507F

Black with #E8507F

Text Example


Text Example

White with #E8507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8507F; }

 p { color: rgb(232,80,127); }

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

background-color css

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

 a { background-color: rgb(232,80,127); }

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

border-color css

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

 span { border-color: rgb(232,80,127); }

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