Html Css Color HEX #E05893 Dark Pink

📋 copy color: '#E05893'

red 224 ◦ green 88 ◦ blue 147

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

Shades of Dark Pink #E05893

Tints of Dark Pink #E05893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.17%

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

R = 48.8%
G = 19.17%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05893 (or 0xE05893) is known color: Dark Pink. HEX triplet: E0, 58 and 93. RGB value is (224,88,147). Sum of RGB (Red+Green+Blue) = 224+88+147=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E05893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05893 is #1FA76C. Grayscale: #878787. Windows color (decimal): -2074477 or 9656544. OLE color: 9656544.

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

Color convert

RGB 224 88 147 -
CMYK 0 0.61 0.34 0.12
HSL 333.97º 0.69% 0.61% -
HSV(B) 333.97º 0.61% 0.88% -
XYZ 39.5 24.93 30.33 -
YUV 135.39 134.56 191.2 -
System Red Green Blue C M Y K H S L
Decimal 224 88 147 0 0.61 0.34 0.12 333.97 0.69 0.61
Hex E0 58 93 0 3D 22 C 14E 45 3D
Octal 340 130 223 0 75 42 14 516 105 75
Binary 11100000 1011000 10010011 0 111101 100010 1100 101001110 1000101 111101

Color Harmonies of #E05893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05893

Black with #E05893

Text Example


Text Example

White with #E05893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05893; }

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

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

background-color css

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

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

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

border-color css

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

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

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