Html Css Color HEX #E0527F Dark Pink

📋 copy color: '#E0527F'

red 224 ◦ green 82 ◦ blue 127

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

Shades of Dark Pink #E0527F

Tints of Dark Pink #E0527F

RGB

 RED value IS 224 (87.89% from 255) = 51.73%

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

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

R = 51.73%
G = 18.94%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0527F (or 0xE0527F) is known color: Dark Pink. HEX triplet: E0, 52 and 7F. RGB value is (224,82,127). Sum of RGB (Red+Green+Blue) = 224+82+127=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0527F is #1FAD80. Grayscale: #818181. Windows color (decimal): -2076033 or 8344288. OLE color: 8344288.

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

Color convert

RGB 224 82 127 -
CMYK 0 0.63 0.43 0.12
HSL 340.99º 0.7% 0.6% -
HSV(B) 340.99º 0.63% 0.88% -
XYZ 37.59 23.41 22.62 -
YUV 129.59 126.54 195.34 -
System Red Green Blue C M Y K H S L
Decimal 224 82 127 0 0.63 0.43 0.12 340.99 0.7 0.6
Hex E0 52 7F 0 3F 2B C 155 46 3C
Octal 340 122 177 0 77 53 14 525 106 74
Binary 11100000 1010010 1111111 0 111111 101011 1100 101010101 1000110 111100

Color Harmonies of #E0527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0527F

Black with #E0527F

Text Example


Text Example

White with #E0527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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