Html Css Color HEX #E05694 Dark Pink

📋 copy color: '#E05694'

red 224 ◦ green 86 ◦ blue 148

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

Shades of Dark Pink #E05694

Tints of Dark Pink #E05694

RGB

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

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

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

R = 48.91%
G = 18.78%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05694 (or 0xE05694) is known color: Dark Pink. HEX triplet: E0, 56 and 94. RGB value is (224,86,148). Sum of RGB (Red+Green+Blue) = 224+86+148=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E05694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05694 is #1FA96B. Grayscale: #868686. Windows color (decimal): -2074988 or 9721568. OLE color: 9721568.

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

Color convert

RGB 224 86 148 -
CMYK 0 0.62 0.34 0.12
HSL 333.04º 0.69% 0.61% -
HSV(B) 333.04º 0.62% 0.88% -
XYZ 39.41 24.64 30.7 -
YUV 134.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 224 86 148 0 0.62 0.34 0.12 333.04 0.69 0.61
Hex E0 56 94 0 3E 22 C 14D 45 3D
Octal 340 126 224 0 76 42 14 515 105 75
Binary 11100000 1010110 10010100 0 111110 100010 1100 101001101 1000101 111101

Color Harmonies of #E05694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05694

Black with #E05694

Text Example


Text Example

White with #E05694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05694; }

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

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

background-color css

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

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

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

border-color css

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

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

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