Html Css Color HEX #E6537B Dark Pink

📋 copy color: '#E6537B'

red 230 ◦ green 83 ◦ blue 123

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

Shades of Dark Pink #E6537B

Tints of Dark Pink #E6537B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

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

R = 52.75%
G = 19.04%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6537B (or 0xE6537B) is known color: Dark Pink. HEX triplet: E6, 53 and 7B. RGB value is (230,83,123). Sum of RGB (Red+Green+Blue) = 230+83+123=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6537B is #19AC84. Grayscale: #838383. Windows color (decimal): -1682565 or 8082406. OLE color: 8082406.

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

Color convert

RGB 230 83 123 -
CMYK 0 0.64 0.47 0.10
HSL 343.67º 0.75% 0.61% -
HSV(B) 343.67º 0.64% 0.9% -
XYZ 39.3 24.44 21.38 -
YUV 131.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 230 83 123 0 0.64 0.47 0.10 343.67 0.75 0.61
Hex E6 53 7B 0 40 2F A 158 4B 3D
Octal 346 123 173 0 100 57 12 530 113 75
Binary 11100110 1010011 1111011 0 1000000 101111 1010 101011000 1001011 111101

Color Harmonies of #E6537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6537B

Black with #E6537B

Text Example


Text Example

White with #E6537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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