Html Css Color HEX #E6547D Dark Pink

📋 copy color: '#E6547D'

red 230 ◦ green 84 ◦ blue 125

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

Shades of Dark Pink #E6547D

Tints of Dark Pink #E6547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.13%

 BLUE value IS 125 (49.22% from 255) = 28.47%

R = 52.39%
G = 19.13%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6547D (or 0xE6547D) is known color: Dark Pink. HEX triplet: E6, 54 and 7D. RGB value is (230,84,125). Sum of RGB (Red+Green+Blue) = 230+84+125=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6547D is #19AB82. Grayscale: #848484. Windows color (decimal): -1682307 or 8213734. OLE color: 8213734.

HSL color Cylindrical-coordinate representation of color #E6547D: hue angle of 343.15º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6547D is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 84 125 -
CMYK 0 0.63 0.46 0.10
HSL 343.15º 0.74% 0.62% -
HSV(B) 343.15º 0.63% 0.9% -
XYZ 39.51 24.64 22.08 -
YUV 132.33 123.87 197.67 -
System Red Green Blue C M Y K H S L
Decimal 230 84 125 0 0.63 0.46 0.10 343.15 0.74 0.62
Hex E6 54 7D 0 3F 2E A 157 4A 3E
Octal 346 124 175 0 77 56 12 527 112 76
Binary 11100110 1010100 1111101 0 111111 101110 1010 101010111 1001010 111110

Color Harmonies of #E6547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6547D

Black with #E6547D

Text Example


Text Example

White with #E6547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6547D; }

 p { color: rgb(230,84,125); }

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

background-color css

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

 a { background-color: rgb(230,84,125); }

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

border-color css

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

 span { border-color: rgb(230,84,125); }

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