Html Css Color HEX #E05093 Dark Pink

📋 copy color: '#E05093'

red 224 ◦ green 80 ◦ blue 147

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

Shades of Dark Pink #E05093

Tints of Dark Pink #E05093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.74%

 BLUE value IS 147 (57.81% from 255) = 32.59%

R = 49.67%
G = 17.74%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05093 (or 0xE05093) is known color: Dark Pink. HEX triplet: E0, 50 and 93. RGB value is (224,80,147). Sum of RGB (Red+Green+Blue) = 224+80+147=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E05093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05093 is #1FAF6C. Grayscale: #828282. Windows color (decimal): -2076525 or 9654496. OLE color: 9654496.

HSL color Cylindrical-coordinate representation of color #E05093: hue angle of 332.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05093 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 147 -
CMYK 0 0.64 0.34 0.12
HSL 332.08º 0.7% 0.6% -
HSV(B) 332.08º 0.64% 0.88% -
XYZ 38.88 23.69 30.13 -
YUV 130.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 224 80 147 0 0.64 0.34 0.12 332.08 0.7 0.6
Hex E0 50 93 0 40 22 C 14C 46 3C
Octal 340 120 223 0 100 42 14 514 106 74
Binary 11100000 1010000 10010011 0 1000000 100010 1100 101001100 1000110 111100

Color Harmonies of #E05093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05093

Black with #E05093

Text Example


Text Example

White with #E05093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05093; }

 p { color: rgb(224,80,147); }

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

background-color css

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

 a { background-color: rgb(224,80,147); }

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

border-color css

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

 span { border-color: rgb(224,80,147); }

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