Html Css Color HEX #E8507B Dark Pink

📋 copy color: '#E8507B'

red 232 ◦ green 80 ◦ blue 123

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

Shades of Dark Pink #E8507B

Tints of Dark Pink #E8507B

RGB

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

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

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

R = 53.33%
G = 18.39%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8507B (or 0xE8507B) is known color: Dark Pink. HEX triplet: E8, 50 and 7B. RGB value is (232,80,123). Sum of RGB (Red+Green+Blue) = 232+80+123=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8507B is #17AF84. Grayscale: #828282. Windows color (decimal): -1552261 or 8081640. OLE color: 8081640.

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

Color convert

RGB 232 80 123 -
CMYK 0 0.66 0.47 0.09
HSL 343.03º 0.77% 0.61% -
HSV(B) 343.03º 0.66% 0.91% -
XYZ 39.72 24.32 21.34 -
YUV 130.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 232 80 123 0 0.66 0.47 0.09 343.03 0.77 0.61
Hex E8 50 7B 0 42 2F 9 157 4D 3D
Octal 350 120 173 0 102 57 11 527 115 75
Binary 11101000 1010000 1111011 0 1000010 101111 1001 101010111 1001101 111101

Color Harmonies of #E8507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8507B

Black with #E8507B

Text Example


Text Example

White with #E8507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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