Html Css Color HEX #E06280 Dark Pink

📋 copy color: '#E06280'

red 224 ◦ green 98 ◦ blue 128

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

Shades of Dark Pink #E06280

Tints of Dark Pink #E06280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.78%

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 49.78%
G = 21.78%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E06280 (or 0xE06280) is known color: Dark Pink. HEX triplet: E0, 62 and 80. RGB value is (224,98,128). Sum of RGB (Red+Green+Blue) = 224+98+128=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E06280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06280 is #1F9D7F. Grayscale: #8B8B8B. Windows color (decimal): -2071936 or 8413920. OLE color: 8413920.

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

Color convert

RGB 224 98 128 -
CMYK 0 0.56 0.43 0.12
HSL 345.71º 0.67% 0.63% -
HSV(B) 345.71º 0.56% 0.88% -
XYZ 39 26.14 23.41 -
YUV 139.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 224 98 128 0 0.56 0.43 0.12 345.71 0.67 0.63
Hex E0 62 80 0 38 2B C 15A 43 3F
Octal 340 142 200 0 70 53 14 532 103 77
Binary 11100000 1100010 10000000 0 111000 101011 1100 101011010 1000011 111111

Color Harmonies of #E06280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06280

Black with #E06280

Text Example


Text Example

White with #E06280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06280; }

 p { color: rgb(224,98,128); }

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

background-color css

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

 a { background-color: rgb(224,98,128); }

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

border-color css

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

 span { border-color: rgb(224,98,128); }

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