Html Css Color HEX #E05784 Dark Pink

📋 copy color: '#E05784'

red 224 ◦ green 87 ◦ blue 132

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

Shades of Dark Pink #E05784

Tints of Dark Pink #E05784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.64%

 BLUE value IS 132 (51.95% from 255) = 29.8%

R = 50.56%
G = 19.64%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E05784 (or 0xE05784) is known color: Dark Pink. HEX triplet: E0, 57 and 84. RGB value is (224,87,132). Sum of RGB (Red+Green+Blue) = 224+87+132=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E05784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05784 is #1FA87B. Grayscale: #858585. Windows color (decimal): -2074748 or 8673248. OLE color: 8673248.

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

Color convert

RGB 224 87 132 -
CMYK 0 0.61 0.41 0.12
HSL 340.29º 0.69% 0.61% -
HSV(B) 340.29º 0.61% 0.88% -
XYZ 38.31 24.33 24.51 -
YUV 133.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 224 87 132 0 0.61 0.41 0.12 340.29 0.69 0.61
Hex E0 57 84 0 3D 29 C 154 45 3D
Octal 340 127 204 0 75 51 14 524 105 75
Binary 11100000 1010111 10000100 0 111101 101001 1100 101010100 1000101 111101

Color Harmonies of #E05784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05784

Black with #E05784

Text Example


Text Example

White with #E05784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05784; }

 p { color: rgb(224,87,132); }

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

background-color css

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

 a { background-color: rgb(224,87,132); }

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

border-color css

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

 span { border-color: rgb(224,87,132); }

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