Html Css Color HEX #E1568A Dark Pink

📋 copy color: '#E1568A'

red 225 ◦ green 86 ◦ blue 138

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

Shades of Dark Pink #E1568A

Tints of Dark Pink #E1568A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 50.11%
G = 19.15%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1568A (or 0xE1568A) is known color: Dark Pink. HEX triplet: E1, 56 and 8A. RGB value is (225,86,138). Sum of RGB (Red+Green+Blue) = 225+86+138=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1568A is #1EA975. Grayscale: #858585. Windows color (decimal): -2009462 or 9066209. OLE color: 9066209.

HSL color Cylindrical-coordinate representation of color #E1568A: hue angle of 337.55º 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 #E1568A is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 86 138 -
CMYK 0 0.62 0.39 0.12
HSL 337.55º 0.7% 0.61% -
HSV(B) 337.55º 0.62% 0.88% -
XYZ 38.97 24.5 26.72 -
YUV 133.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 225 86 138 0 0.62 0.39 0.12 337.55 0.7 0.61
Hex E1 56 8A 0 3E 27 C 152 46 3D
Octal 341 126 212 0 76 47 14 522 106 75
Binary 11100001 1010110 10001010 0 111110 100111 1100 101010010 1000110 111101

Color Harmonies of #E1568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1568A

Black with #E1568A

Text Example


Text Example

White with #E1568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1568A; }

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

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

background-color css

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

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

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

border-color css

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

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

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