Html Css Color HEX #E6537A Dark Pink

📋 copy color: '#E6537A'

red 230 ◦ green 83 ◦ blue 122

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

Shades of Dark Pink #E6537A

Tints of Dark Pink #E6537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 52.87%
G = 19.08%
B = 28.05%

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

#E6537A (or 0xE6537A) is known color: Dark Pink. HEX triplet: E6, 53 and 7A. RGB value is (230,83,122). Sum of RGB (Red+Green+Blue) = 230+83+122=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6537A is #19AC85. Grayscale: #838383. Windows color (decimal): -1682566 or 8016870. OLE color: 8016870.

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

Color convert

RGB 230 83 122 -
CMYK 0 0.64 0.47 0.10
HSL 344.08º 0.75% 0.61% -
HSV(B) 344.08º 0.64% 0.9% -
XYZ 39.24 24.41 21.06 -
YUV 131.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 230 83 122 0 0.64 0.47 0.10 344.08 0.75 0.61
Hex E6 53 7A 0 40 2F A 158 4B 3D
Octal 346 123 172 0 100 57 12 530 113 75
Binary 11100110 1010011 1111010 0 1000000 101111 1010 101011000 1001011 111101

Color Harmonies of #E6537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6537A

Black with #E6537A

Text Example


Text Example

White with #E6537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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