Html Css Color HEX #E05595 Dark Pink

📋 copy color: '#E05595'

red 224 ◦ green 85 ◦ blue 149

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

Shades of Dark Pink #E05595

Tints of Dark Pink #E05595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.56%

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

R = 48.91%
G = 18.56%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E05595 (or 0xE05595) is known color: Dark Pink. HEX triplet: E0, 55 and 95. RGB value is (224,85,149). Sum of RGB (Red+Green+Blue) = 224+85+149=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E05595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05595 is #1FAA6A. Grayscale: #858585. Windows color (decimal): -2075243 or 9786848. OLE color: 9786848.

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

Color convert

RGB 224 85 149 -
CMYK 0 0.62 0.33 0.12
HSL 332.37º 0.69% 0.61% -
HSV(B) 332.37º 0.62% 0.88% -
XYZ 39.41 24.51 31.09 -
YUV 133.86 136.55 192.3 -
System Red Green Blue C M Y K H S L
Decimal 224 85 149 0 0.62 0.33 0.12 332.37 0.69 0.61
Hex E0 55 95 0 3E 21 C 14C 45 3D
Octal 340 125 225 0 76 41 14 514 105 75
Binary 11100000 1010101 10010101 0 111110 100001 1100 101001100 1000101 111101

Color Harmonies of #E05595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05595

Black with #E05595

Text Example


Text Example

White with #E05595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05595; }

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

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

background-color css

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

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

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

border-color css

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

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

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