Html Css Color HEX #E05294 Dark Pink

📋 copy color: '#E05294'

red 224 ◦ green 82 ◦ blue 148

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

Shades of Dark Pink #E05294

Tints of Dark Pink #E05294

RGB

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

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

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

R = 49.34%
G = 18.06%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05294 (or 0xE05294) is known color: Dark Pink. HEX triplet: E0, 52 and 94. RGB value is (224,82,148). Sum of RGB (Red+Green+Blue) = 224+82+148=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E05294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05294 is #1FAD6B. Grayscale: #838383. Windows color (decimal): -2076012 or 9720544. OLE color: 9720544.

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

Color convert

RGB 224 82 148 -
CMYK 0 0.63 0.34 0.12
HSL 332.11º 0.7% 0.6% -
HSV(B) 332.11º 0.63% 0.88% -
XYZ 39.1 24.02 30.59 -
YUV 131.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 224 82 148 0 0.63 0.34 0.12 332.11 0.7 0.6
Hex E0 52 94 0 3F 22 C 14C 46 3C
Octal 340 122 224 0 77 42 14 514 106 74
Binary 11100000 1010010 10010100 0 111111 100010 1100 101001100 1000110 111100

Color Harmonies of #E05294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05294

Black with #E05294

Text Example


Text Example

White with #E05294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05294; }

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

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

background-color css

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

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

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

border-color css

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

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

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