Html Css Color HEX #E6557D Dark Pink

📋 copy color: '#E6557D'

red 230 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #E6557D

Tints of Dark Pink #E6557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.32%

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

R = 52.27%
G = 19.32%
B = 28.41%

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

#E6557D (or 0xE6557D) is known color: Dark Pink. HEX triplet: E6, 55 and 7D. RGB value is (230,85,125). Sum of RGB (Red+Green+Blue) = 230+85+125=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6557D is #19AA82. Grayscale: #848484. Windows color (decimal): -1682051 or 8213990. OLE color: 8213990.

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

Color convert

RGB 230 85 125 -
CMYK 0 0.63 0.46 0.10
HSL 343.45º 0.74% 0.62% -
HSV(B) 343.45º 0.63% 0.9% -
XYZ 39.58 24.8 22.1 -
YUV 132.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 230 85 125 0 0.63 0.46 0.10 343.45 0.74 0.62
Hex E6 55 7D 0 3F 2E A 157 4A 3E
Octal 346 125 175 0 77 56 12 527 112 76
Binary 11100110 1010101 1111101 0 111111 101110 1010 101010111 1001010 111110

Color Harmonies of #E6557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6557D

Black with #E6557D

Text Example


Text Example

White with #E6557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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