Html Css Color HEX #E6548B Dark Pink

📋 copy color: '#E6548B'

red 230 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #E6548B

Tints of Dark Pink #E6548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 50.77%
G = 18.54%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6548B (or 0xE6548B) is known color: Dark Pink. HEX triplet: E6, 54 and 8B. RGB value is (230,84,139). Sum of RGB (Red+Green+Blue) = 230+84+139=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6548B is #19AB74. Grayscale: #858585. Windows color (decimal): -1682293 or 9131238. OLE color: 9131238.

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

Color convert

RGB 230 84 139 -
CMYK 0 0.63 0.40 0.10
HSL 337.4º 0.74% 0.62% -
HSV(B) 337.4º 0.63% 0.9% -
XYZ 40.46 25.03 27.12 -
YUV 133.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 230 84 139 0 0.63 0.40 0.10 337.4 0.74 0.62
Hex E6 54 8B 0 3F 28 A 151 4A 3E
Octal 346 124 213 0 77 50 12 521 112 76
Binary 11100110 1010100 10001011 0 111111 101000 1010 101010001 1001010 111110

Color Harmonies of #E6548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6548B

Black with #E6548B

Text Example


Text Example

White with #E6548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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