Html Css Color HEX #E05393 Dark Pink

📋 copy color: '#E05393'

red 224 ◦ green 83 ◦ blue 147

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

Shades of Dark Pink #E05393

Tints of Dark Pink #E05393

RGB

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

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

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

R = 49.34%
G = 18.28%
B = 32.38%

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

#E05393 (or 0xE05393) is known color: Dark Pink. HEX triplet: E0, 53 and 93. RGB value is (224,83,147). Sum of RGB (Red+Green+Blue) = 224+83+147=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E05393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05393 is #1FAC6C. Grayscale: #848484. Windows color (decimal): -2075757 or 9655264. OLE color: 9655264.

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

Color convert

RGB 224 83 147 -
CMYK 0 0.63 0.34 0.12
HSL 332.77º 0.69% 0.6% -
HSV(B) 332.77º 0.63% 0.88% -
XYZ 39.1 24.14 30.2 -
YUV 132.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 224 83 147 0 0.63 0.34 0.12 332.77 0.69 0.6
Hex E0 53 93 0 3F 22 C 14D 45 3C
Octal 340 123 223 0 77 42 14 515 105 74
Binary 11100000 1010011 10010011 0 111111 100010 1100 101001101 1000101 111100

Color Harmonies of #E05393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05393

Black with #E05393

Text Example


Text Example

White with #E05393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05393; }

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

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

background-color css

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

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

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

border-color css

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

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

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