Html Css Color HEX #E05794 Dark Pink

📋 copy color: '#E05794'

red 224 ◦ green 87 ◦ blue 148

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

Shades of Dark Pink #E05794

Tints of Dark Pink #E05794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 48.8%
G = 18.95%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05794 (or 0xE05794) is known color: Dark Pink. HEX triplet: E0, 57 and 94. RGB value is (224,87,148). Sum of RGB (Red+Green+Blue) = 224+87+148=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E05794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05794 is #1FA86B. Grayscale: #868686. Windows color (decimal): -2074732 or 9721824. OLE color: 9721824.

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

Color convert

RGB 224 87 148 -
CMYK 0 0.61 0.34 0.12
HSL 333.28º 0.69% 0.61% -
HSV(B) 333.28º 0.61% 0.88% -
XYZ 39.49 24.8 30.72 -
YUV 134.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 224 87 148 0 0.61 0.34 0.12 333.28 0.69 0.61
Hex E0 57 94 0 3D 22 C 14D 45 3D
Octal 340 127 224 0 75 42 14 515 105 75
Binary 11100000 1010111 10010100 0 111101 100010 1100 101001101 1000101 111101

Color Harmonies of #E05794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05794

Black with #E05794

Text Example


Text Example

White with #E05794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05794; }

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

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

background-color css

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

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

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

border-color css

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

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

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