Html Css Color HEX #E6548D Dark Pink

📋 copy color: '#E6548D'

red 230 ◦ green 84 ◦ blue 141

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

Shades of Dark Pink #E6548D

Tints of Dark Pink #E6548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.99%

R = 50.55%
G = 18.46%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6548D (or 0xE6548D) is known color: Dark Pink. HEX triplet: E6, 54 and 8D. RGB value is (230,84,141). Sum of RGB (Red+Green+Blue) = 230+84+141=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6548D is #19AB72. Grayscale: #868686. Windows color (decimal): -1682291 or 9262310. OLE color: 9262310.

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

Color convert

RGB 230 84 141 -
CMYK 0 0.63 0.39 0.10
HSL 336.58º 0.74% 0.62% -
HSV(B) 336.58º 0.63% 0.9% -
XYZ 40.61 25.09 27.9 -
YUV 134.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 230 84 141 0 0.63 0.39 0.10 336.58 0.74 0.62
Hex E6 54 8D 0 3F 27 A 151 4A 3E
Octal 346 124 215 0 77 47 12 521 112 76
Binary 11100110 1010100 10001101 0 111111 100111 1010 101010001 1001010 111110

Color Harmonies of #E6548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6548D

Black with #E6548D

Text Example


Text Example

White with #E6548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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