Html Css Color HEX #E6557A Dark Pink

📋 copy color: '#E6557A'

red 230 ◦ green 85 ◦ blue 122

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

Shades of Dark Pink #E6557A

Tints of Dark Pink #E6557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 52.63%
G = 19.45%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6557A (or 0xE6557A) is known color: Dark Pink. HEX triplet: E6, 55 and 7A. RGB value is (230,85,122). Sum of RGB (Red+Green+Blue) = 230+85+122=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6557A is #19AA85. Grayscale: #848484. Windows color (decimal): -1682054 or 8017382. OLE color: 8017382.

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

Color convert

RGB 230 85 122 -
CMYK 0 0.63 0.47 0.10
HSL 344.69º 0.74% 0.62% -
HSV(B) 344.69º 0.63% 0.9% -
XYZ 39.39 24.73 21.11 -
YUV 132.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 230 85 122 0 0.63 0.47 0.10 344.69 0.74 0.62
Hex E6 55 7A 0 3F 2F A 159 4A 3E
Octal 346 125 172 0 77 57 12 531 112 76
Binary 11100110 1010101 1111010 0 111111 101111 1010 101011001 1001010 111110

Color Harmonies of #E6557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6557A

Black with #E6557A

Text Example


Text Example

White with #E6557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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