Html Css Color HEX #E05596 Dark Pink

📋 copy color: '#E05596'

red 224 ◦ green 85 ◦ blue 150

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

Shades of Dark Pink #E05596

Tints of Dark Pink #E05596

RGB

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

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

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

R = 48.8%
G = 18.52%
B = 32.68%

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

#E05596 (or 0xE05596) is known color: Dark Pink. HEX triplet: E0, 55 and 96. RGB value is (224,85,150). Sum of RGB (Red+Green+Blue) = 224+85+150=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E05596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05596 is #1FAA69. Grayscale: #858585. Windows color (decimal): -2075242 or 9852384. OLE color: 9852384.

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

Color convert

RGB 224 85 150 -
CMYK 0 0.62 0.33 0.12
HSL 331.94º 0.69% 0.61% -
HSV(B) 331.94º 0.62% 0.88% -
XYZ 39.49 24.55 31.51 -
YUV 133.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 224 85 150 0 0.62 0.33 0.12 331.94 0.69 0.61
Hex E0 55 96 0 3E 21 C 14C 45 3D
Octal 340 125 226 0 76 41 14 514 105 75
Binary 11100000 1010101 10010110 0 111110 100001 1100 101001100 1000101 111101

Color Harmonies of #E05596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05596

Black with #E05596

Text Example


Text Example

White with #E05596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05596; }

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

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

background-color css

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

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

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

border-color css

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

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

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