Html Css Color HEX #E05983 Dark Pink

📋 copy color: '#E05983'

red 224 ◦ green 89 ◦ blue 131

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

Shades of Dark Pink #E05983

Tints of Dark Pink #E05983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.05%

 BLUE value IS 131 (51.56% from 255) = 29.5%

R = 50.45%
G = 20.05%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05983 (or 0xE05983) is known color: Dark Pink. HEX triplet: E0, 59 and 83. RGB value is (224,89,131). Sum of RGB (Red+Green+Blue) = 224+89+131=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E05983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05983 is #1FA67C. Grayscale: #868686. Windows color (decimal): -2074237 or 8608224. OLE color: 8608224.

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

Color convert

RGB 224 89 131 -
CMYK 0 0.60 0.42 0.12
HSL 341.33º 0.69% 0.61% -
HSV(B) 341.33º 0.6% 0.88% -
XYZ 38.41 24.63 24.2 -
YUV 134.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 224 89 131 0 0.60 0.42 0.12 341.33 0.69 0.61
Hex E0 59 83 0 3C 2A C 155 45 3D
Octal 340 131 203 0 74 52 14 525 105 75
Binary 11100000 1011001 10000011 0 111100 101010 1100 101010101 1000101 111101

Color Harmonies of #E05983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05983

Black with #E05983

Text Example


Text Example

White with #E05983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05983; }

 p { color: rgb(224,89,131); }

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

background-color css

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

 a { background-color: rgb(224,89,131); }

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

border-color css

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

 span { border-color: rgb(224,89,131); }

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