Html Css Color HEX #E05F83 Dark Pink

📋 copy color: '#E05F83'

red 224 ◦ green 95 ◦ blue 131

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

Shades of Dark Pink #E05F83

Tints of Dark Pink #E05F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.11%

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

R = 49.78%
G = 21.11%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05F83 (or 0xE05F83) is known color: Dark Pink. HEX triplet: E0, 5F and 83. RGB value is (224,95,131). Sum of RGB (Red+Green+Blue) = 224+95+131=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F83 is #1FA07C. Grayscale: #898989. Windows color (decimal): -2072701 or 8609760. OLE color: 8609760.

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

Color convert

RGB 224 95 131 -
CMYK 0 0.58 0.42 0.12
HSL 343.26º 0.68% 0.63% -
HSV(B) 343.26º 0.58% 0.88% -
XYZ 38.93 25.67 24.38 -
YUV 137.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 224 95 131 0 0.58 0.42 0.12 343.26 0.68 0.63
Hex E0 5F 83 0 3A 2A C 157 44 3F
Octal 340 137 203 0 72 52 14 527 104 77
Binary 11100000 1011111 10000011 0 111010 101010 1100 101010111 1000100 111111

Color Harmonies of #E05F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F83

Black with #E05F83

Text Example


Text Example

White with #E05F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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