Html Css Color HEX #E6508D Dark Pink

📋 copy color: '#E6508D'

red 230 ◦ green 80 ◦ blue 141

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

Shades of Dark Pink #E6508D

Tints of Dark Pink #E6508D

RGB

 RED value IS 230 (90.23% from 255) = 51%

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

 BLUE value IS 141 (55.47% from 255) = 31.26%

R = 51%
G = 17.74%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6508D (or 0xE6508D) is known color: Dark Pink. HEX triplet: E6, 50 and 8D. RGB value is (230,80,141). Sum of RGB (Red+Green+Blue) = 230+80+141=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6508D is #19AF72. Grayscale: #838383. Windows color (decimal): -1683315 or 9261286. OLE color: 9261286.

HSL color Cylindrical-coordinate representation of color #E6508D: hue angle of 335.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6508D is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 141 -
CMYK 0 0.65 0.39 0.10
HSL 335.6º 0.75% 0.61% -
HSV(B) 335.6º 0.65% 0.9% -
XYZ 40.31 24.48 27.8 -
YUV 131.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 230 80 141 0 0.65 0.39 0.10 335.6 0.75 0.61
Hex E6 50 8D 0 41 27 A 150 4B 3D
Octal 346 120 215 0 101 47 12 520 113 75
Binary 11100110 1010000 10001101 0 1000001 100111 1010 101010000 1001011 111101

Color Harmonies of #E6508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6508D

Black with #E6508D

Text Example


Text Example

White with #E6508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6508D; }

 p { color: rgb(230,80,141); }

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

background-color css

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

 a { background-color: rgb(230,80,141); }

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

border-color css

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

 span { border-color: rgb(230,80,141); }

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