Html Css Color HEX #E05094 Dark Pink

📋 copy color: '#E05094'

red 224 ◦ green 80 ◦ blue 148

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

Shades of Dark Pink #E05094

Tints of Dark Pink #E05094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.7%

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

R = 49.56%
G = 17.7%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05094 (or 0xE05094) is known color: Dark Pink. HEX triplet: E0, 50 and 94. RGB value is (224,80,148). Sum of RGB (Red+Green+Blue) = 224+80+148=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E05094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05094 is #1FAF6B. Grayscale: #828282. Windows color (decimal): -2076524 or 9720032. OLE color: 9720032.

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

Color convert

RGB 224 80 148 -
CMYK 0 0.64 0.34 0.12
HSL 331.67º 0.7% 0.6% -
HSV(B) 331.67º 0.64% 0.88% -
XYZ 38.95 23.72 30.54 -
YUV 130.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 224 80 148 0 0.64 0.34 0.12 331.67 0.7 0.6
Hex E0 50 94 0 40 22 C 14C 46 3C
Octal 340 120 224 0 100 42 14 514 106 74
Binary 11100000 1010000 10010100 0 1000000 100010 1100 101001100 1000110 111100

Color Harmonies of #E05094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05094

Black with #E05094

Text Example


Text Example

White with #E05094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05094; }

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

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

background-color css

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

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

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

border-color css

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

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

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