Html Css Color HEX #E6537F Dark Pink

📋 copy color: '#E6537F'

red 230 ◦ green 83 ◦ blue 127

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

Shades of Dark Pink #E6537F

Tints of Dark Pink #E6537F

RGB

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

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

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

R = 52.27%
G = 18.86%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6537F (or 0xE6537F) is known color: Dark Pink. HEX triplet: E6, 53 and 7F. RGB value is (230,83,127). Sum of RGB (Red+Green+Blue) = 230+83+127=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6537F is #19AC80. Grayscale: #838383. Windows color (decimal): -1682561 or 8344550. OLE color: 8344550.

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

Color convert

RGB 230 83 127 -
CMYK 0 0.64 0.45 0.10
HSL 342.04º 0.75% 0.61% -
HSV(B) 342.04º 0.64% 0.9% -
XYZ 39.56 24.54 22.73 -
YUV 131.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 230 83 127 0 0.64 0.45 0.10 342.04 0.75 0.61
Hex E6 53 7F 0 40 2D A 156 4B 3D
Octal 346 123 177 0 100 55 12 526 113 75
Binary 11100110 1010011 1111111 0 1000000 101101 1010 101010110 1001011 111101

Color Harmonies of #E6537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6537F

Black with #E6537F

Text Example


Text Example

White with #E6537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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