Html Css Color HEX #E1527F Dark Pink

📋 copy color: '#E1527F'

red 225 ◦ green 82 ◦ blue 127

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

Shades of Dark Pink #E1527F

Tints of Dark Pink #E1527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.89%

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

R = 51.84%
G = 18.89%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1527F (or 0xE1527F) is known color: Dark Pink. HEX triplet: E1, 52 and 7F. RGB value is (225,82,127). Sum of RGB (Red+Green+Blue) = 225+82+127=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1527F is #1EAD80. Grayscale: #818181. Windows color (decimal): -2010497 or 8344289. OLE color: 8344289.

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

Color convert

RGB 225 82 127 -
CMYK 0 0.64 0.44 0.12
HSL 341.12º 0.7% 0.6% -
HSV(B) 341.12º 0.64% 0.88% -
XYZ 37.9 23.57 22.63 -
YUV 129.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 225 82 127 0 0.64 0.44 0.12 341.12 0.7 0.6
Hex E1 52 7F 0 40 2C C 155 46 3C
Octal 341 122 177 0 100 54 14 525 106 74
Binary 11100001 1010010 1111111 0 1000000 101100 1100 101010101 1000110 111100

Color Harmonies of #E1527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1527F

Black with #E1527F

Text Example


Text Example

White with #E1527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1527F; }

 p { color: rgb(225,82,127); }

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

background-color css

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

 a { background-color: rgb(225,82,127); }

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

border-color css

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

 span { border-color: rgb(225,82,127); }

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