Html Css Color HEX #E05293 Dark Pink

📋 copy color: '#E05293'

red 224 ◦ green 82 ◦ blue 147

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

Shades of Dark Pink #E05293

Tints of Dark Pink #E05293

RGB

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

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

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

R = 49.45%
G = 18.1%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05293 (or 0xE05293) is known color: Dark Pink. HEX triplet: E0, 52 and 93. RGB value is (224,82,147). Sum of RGB (Red+Green+Blue) = 224+82+147=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E05293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05293 is #1FAD6C. Grayscale: #838383. Windows color (decimal): -2076013 or 9655008. OLE color: 9655008.

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

Color convert

RGB 224 82 147 -
CMYK 0 0.63 0.34 0.12
HSL 332.54º 0.7% 0.6% -
HSV(B) 332.54º 0.63% 0.88% -
XYZ 39.02 23.99 30.18 -
YUV 131.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 224 82 147 0 0.63 0.34 0.12 332.54 0.7 0.6
Hex E0 52 93 0 3F 22 C 14D 46 3C
Octal 340 122 223 0 77 42 14 515 106 74
Binary 11100000 1010010 10010011 0 111111 100010 1100 101001101 1000110 111100

Color Harmonies of #E05293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05293

Black with #E05293

Text Example


Text Example

White with #E05293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05293; }

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

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

background-color css

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

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

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

border-color css

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

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

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