Html Css Color HEX #E05695 Dark Pink

📋 copy color: '#E05695'

red 224 ◦ green 86 ◦ blue 149

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

Shades of Dark Pink #E05695

Tints of Dark Pink #E05695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.74%

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

R = 48.8%
G = 18.74%
B = 32.46%

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

#E05695 (or 0xE05695) is known color: Dark Pink. HEX triplet: E0, 56 and 95. RGB value is (224,86,149). Sum of RGB (Red+Green+Blue) = 224+86+149=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E05695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05695 is #1FA96A. Grayscale: #868686. Windows color (decimal): -2074987 or 9787104. OLE color: 9787104.

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

Color convert

RGB 224 86 149 -
CMYK 0 0.62 0.33 0.12
HSL 332.61º 0.69% 0.61% -
HSV(B) 332.61º 0.62% 0.88% -
XYZ 39.49 24.67 31.11 -
YUV 134.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 224 86 149 0 0.62 0.33 0.12 332.61 0.69 0.61
Hex E0 56 95 0 3E 21 C 14D 45 3D
Octal 340 126 225 0 76 41 14 515 105 75
Binary 11100000 1010110 10010101 0 111110 100001 1100 101001101 1000101 111101

Color Harmonies of #E05695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05695

Black with #E05695

Text Example


Text Example

White with #E05695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05695; }

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

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

background-color css

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

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

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

border-color css

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

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

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