Html Css Color HEX #E1567C Dark Pink

📋 copy color: '#E1567C'

red 225 ◦ green 86 ◦ blue 124

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

Shades of Dark Pink #E1567C

Tints of Dark Pink #E1567C

RGB

 RED value IS 225 (88.28% from 255) = 51.72%

 GREEN value IS 86 (33.98% from 255) = 19.77%

 BLUE value IS 124 (48.83% from 255) = 28.51%

R = 51.72%
G = 19.77%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1567C (or 0xE1567C) is known color: Dark Pink. HEX triplet: E1, 56 and 7C. RGB value is (225,86,124). Sum of RGB (Red+Green+Blue) = 225+86+124=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1567C is #1EA983. Grayscale: #838383. Windows color (decimal): -2009476 or 8148705. OLE color: 8148705.

HSL color Cylindrical-coordinate representation of color #E1567C: hue angle of 343.6º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1567C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 86 124 -
CMYK 0 0.62 0.45 0.12
HSL 343.6º 0.7% 0.61% -
HSV(B) 343.6º 0.62% 0.88% -
XYZ 38.02 24.12 21.72 -
YUV 131.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 225 86 124 0 0.62 0.45 0.12 343.6 0.7 0.61
Hex E1 56 7C 0 3E 2D C 158 46 3D
Octal 341 126 174 0 76 55 14 530 106 75
Binary 11100001 1010110 1111100 0 111110 101101 1100 101011000 1000110 111101

Color Harmonies of #E1567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1567C

Black with #E1567C

Text Example


Text Example

White with #E1567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1567C; }

 p { color: rgb(225,86,124); }

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

background-color css

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

 a { background-color: rgb(225,86,124); }

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

border-color css

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

 span { border-color: rgb(225,86,124); }

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