Html Css Color HEX #E05795 Dark Pink

📋 copy color: '#E05795'

red 224 ◦ green 87 ◦ blue 149

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

Shades of Dark Pink #E05795

Tints of Dark Pink #E05795

RGB

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

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

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

R = 48.7%
G = 18.91%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E05795 (or 0xE05795) is known color: Dark Pink. HEX triplet: E0, 57 and 95. RGB value is (224,87,149). Sum of RGB (Red+Green+Blue) = 224+87+149=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E05795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05795 is #1FA86A. Grayscale: #868686. Windows color (decimal): -2074731 or 9787360. OLE color: 9787360.

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

Color convert

RGB 224 87 149 -
CMYK 0 0.61 0.33 0.12
HSL 332.85º 0.69% 0.61% -
HSV(B) 332.85º 0.61% 0.88% -
XYZ 39.57 24.83 31.14 -
YUV 135.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 224 87 149 0 0.61 0.33 0.12 332.85 0.69 0.61
Hex E0 57 95 0 3D 21 C 14D 45 3D
Octal 340 127 225 0 75 41 14 515 105 75
Binary 11100000 1010111 10010101 0 111101 100001 1100 101001101 1000101 111101

Color Harmonies of #E05795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05795

Black with #E05795

Text Example


Text Example

White with #E05795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05795; }

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

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

background-color css

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

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

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

border-color css

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

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

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