Html Css Color HEX #E05296 Dark Pink

📋 copy color: '#E05296'

red 224 ◦ green 82 ◦ blue 150

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

Shades of Dark Pink #E05296

Tints of Dark Pink #E05296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.89%

R = 49.12%
G = 17.98%
B = 32.89%

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

#E05296 (or 0xE05296) is known color: Dark Pink. HEX triplet: E0, 52 and 96. RGB value is (224,82,150). Sum of RGB (Red+Green+Blue) = 224+82+150=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E05296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05296 is #1FAD69. Grayscale: #848484. Windows color (decimal): -2076010 or 9851616. OLE color: 9851616.

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

Color convert

RGB 224 82 150 -
CMYK 0 0.63 0.33 0.12
HSL 331.27º 0.7% 0.6% -
HSV(B) 331.27º 0.63% 0.88% -
XYZ 39.26 24.08 31.43 -
YUV 132.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 224 82 150 0 0.63 0.33 0.12 331.27 0.7 0.6
Hex E0 52 96 0 3F 21 C 14B 46 3C
Octal 340 122 226 0 77 41 14 513 106 74
Binary 11100000 1010010 10010110 0 111111 100001 1100 101001011 1000110 111100

Color Harmonies of #E05296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05296

Black with #E05296

Text Example


Text Example

White with #E05296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05296; }

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

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

background-color css

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

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

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

border-color css

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

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

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