Html Css Color HEX #E6557F Dark Pink

📋 copy color: '#E6557F'

red 230 ◦ green 85 ◦ blue 127

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

Shades of Dark Pink #E6557F

Tints of Dark Pink #E6557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.73%

R = 52.04%
G = 19.23%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6557F (or 0xE6557F) is known color: Dark Pink. HEX triplet: E6, 55 and 7F. RGB value is (230,85,127). Sum of RGB (Red+Green+Blue) = 230+85+127=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6557F is #19AA80. Grayscale: #858585. Windows color (decimal): -1682049 or 8345062. OLE color: 8345062.

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

Color convert

RGB 230 85 127 -
CMYK 0 0.63 0.45 0.10
HSL 342.62º 0.74% 0.62% -
HSV(B) 342.62º 0.63% 0.9% -
XYZ 39.71 24.85 22.78 -
YUV 133.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 230 85 127 0 0.63 0.45 0.10 342.62 0.74 0.62
Hex E6 55 7F 0 3F 2D A 157 4A 3E
Octal 346 125 177 0 77 55 12 527 112 76
Binary 11100110 1010101 1111111 0 111111 101101 1010 101010111 1001010 111110

Color Harmonies of #E6557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6557F

Black with #E6557F

Text Example


Text Example

White with #E6557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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