Html Css Color HEX #E6507B Dark Pink

📋 copy color: '#E6507B'

red 230 ◦ green 80 ◦ blue 123

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

Shades of Dark Pink #E6507B

Tints of Dark Pink #E6507B

RGB

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

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

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

R = 53.12%
G = 18.48%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6507B (or 0xE6507B) is known color: Dark Pink. HEX triplet: E6, 50 and 7B. RGB value is (230,80,123). Sum of RGB (Red+Green+Blue) = 230+80+123=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E6507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6507B is #19AF84. Grayscale: #818181. Windows color (decimal): -1683333 or 8081638. OLE color: 8081638.

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

Color convert

RGB 230 80 123 -
CMYK 0 0.65 0.47 0.10
HSL 342.8º 0.75% 0.61% -
HSV(B) 342.8º 0.65% 0.9% -
XYZ 39.08 23.99 21.31 -
YUV 129.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 230 80 123 0 0.65 0.47 0.10 342.8 0.75 0.61
Hex E6 50 7B 0 41 2F A 157 4B 3D
Octal 346 120 173 0 101 57 12 527 113 75
Binary 11100110 1010000 1111011 0 1000001 101111 1010 101010111 1001011 111101

Color Harmonies of #E6507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6507B

Black with #E6507B

Text Example


Text Example

White with #E6507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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