Html Css Color HEX #E05295 Dark Pink

📋 copy color: '#E05295'

red 224 ◦ green 82 ◦ blue 149

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

Shades of Dark Pink #E05295

Tints of Dark Pink #E05295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.75%

R = 49.23%
G = 18.02%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E05295 (or 0xE05295) is known color: Dark Pink. HEX triplet: E0, 52 and 95. RGB value is (224,82,149). Sum of RGB (Red+Green+Blue) = 224+82+149=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E05295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05295 is #1FAD6A. Grayscale: #838383. Windows color (decimal): -2076011 or 9786080. OLE color: 9786080.

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

Color convert

RGB 224 82 149 -
CMYK 0 0.63 0.33 0.12
HSL 331.69º 0.7% 0.6% -
HSV(B) 331.69º 0.63% 0.88% -
XYZ 39.18 24.05 31.01 -
YUV 132.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 224 82 149 0 0.63 0.33 0.12 331.69 0.7 0.6
Hex E0 52 95 0 3F 21 C 14C 46 3C
Octal 340 122 225 0 77 41 14 514 106 74
Binary 11100000 1010010 10010101 0 111111 100001 1100 101001100 1000110 111100

Color Harmonies of #E05295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05295

Black with #E05295

Text Example


Text Example

White with #E05295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05295; }

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

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

background-color css

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

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

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

border-color css

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

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

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