Html Css Color HEX #E05392 Dark Pink

📋 copy color: '#E05392'

red 224 ◦ green 83 ◦ blue 146

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

Shades of Dark Pink #E05392

Tints of Dark Pink #E05392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.32%

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

R = 49.45%
G = 18.32%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E05392 (or 0xE05392) is known color: Dark Pink. HEX triplet: E0, 53 and 92. RGB value is (224,83,146). Sum of RGB (Red+Green+Blue) = 224+83+146=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E05392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05392 is #1FAC6D. Grayscale: #848484. Windows color (decimal): -2075758 or 9589728. OLE color: 9589728.

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

Color convert

RGB 224 83 146 -
CMYK 0 0.63 0.35 0.12
HSL 333.19º 0.69% 0.6% -
HSV(B) 333.19º 0.63% 0.88% -
XYZ 39.02 24.11 29.79 -
YUV 132.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 224 83 146 0 0.63 0.35 0.12 333.19 0.69 0.6
Hex E0 53 92 0 3F 23 C 14D 45 3C
Octal 340 123 222 0 77 43 14 515 105 74
Binary 11100000 1010011 10010010 0 111111 100011 1100 101001101 1000101 111100

Color Harmonies of #E05392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05392

Black with #E05392

Text Example


Text Example

White with #E05392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05392; }

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

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

background-color css

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

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

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

border-color css

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

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

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