Html Css Color HEX #E05692 Dark Pink

📋 copy color: '#E05692'

red 224 ◦ green 86 ◦ blue 146

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

Shades of Dark Pink #E05692

Tints of Dark Pink #E05692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.02%

R = 49.12%
G = 18.86%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E05692 (or 0xE05692) is known color: Dark Pink. HEX triplet: E0, 56 and 92. RGB value is (224,86,146). Sum of RGB (Red+Green+Blue) = 224+86+146=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E05692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05692 is #1FA96D. Grayscale: #868686. Windows color (decimal): -2074990 or 9590496. OLE color: 9590496.

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

Color convert

RGB 224 86 146 -
CMYK 0 0.62 0.35 0.12
HSL 333.91º 0.69% 0.61% -
HSV(B) 333.91º 0.62% 0.88% -
XYZ 39.26 24.58 29.87 -
YUV 134.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 224 86 146 0 0.62 0.35 0.12 333.91 0.69 0.61
Hex E0 56 92 0 3E 23 C 14E 45 3D
Octal 340 126 222 0 76 43 14 516 105 75
Binary 11100000 1010110 10010010 0 111110 100011 1100 101001110 1000101 111101

Color Harmonies of #E05692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05692

Black with #E05692

Text Example


Text Example

White with #E05692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05692; }

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

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

background-color css

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

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

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

border-color css

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

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

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