Html Css Color HEX #E04983 Dark Pink

📋 copy color: '#E04983'

red 224 ◦ green 73 ◦ blue 131

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

Shades of Dark Pink #E04983

Tints of Dark Pink #E04983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.06%

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

R = 52.34%
G = 17.06%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E04983 (or 0xE04983) is known color: Dark Pink. HEX triplet: E0, 49 and 83. RGB value is (224,73,131). Sum of RGB (Red+Green+Blue) = 224+73+131=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E04983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04983 is #1FB67C. Grayscale: #7C7C7C. Windows color (decimal): -2078333 or 8604128. OLE color: 8604128.

HSL color Cylindrical-coordinate representation of color #E04983: hue angle of 336.95º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04983 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 73 131 -
CMYK 0 0.67 0.42 0.12
HSL 336.95º 0.71% 0.58% -
HSV(B) 336.95º 0.67% 0.88% -
XYZ 37.22 22.25 23.81 -
YUV 124.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 224 73 131 0 0.67 0.42 0.12 336.95 0.71 0.58
Hex E0 49 83 0 43 2A C 151 47 3A
Octal 340 111 203 0 103 52 14 521 107 72
Binary 11100000 1001001 10000011 0 1000011 101010 1100 101010001 1000111 111010

Color Harmonies of #E04983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04983

Black with #E04983

Text Example


Text Example

White with #E04983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04983; }

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

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

background-color css

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

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

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

border-color css

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

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

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