Html Css Color HEX #E06982 Deep Blush

📋 copy color: '#E06982'

red 224 ◦ green 105 ◦ blue 130

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

Shades of Deep Blush #E06982

Tints of Deep Blush #E06982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.88%

 BLUE value IS 130 (51.17% from 255) = 28.32%

R = 48.8%
G = 22.88%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E06982 (or 0xE06982) is known color: Deep Blush. HEX triplet: E0, 69 and 82. RGB value is (224,105,130). Sum of RGB (Red+Green+Blue) = 224+105+130=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E06982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06982 is #1F967D. Grayscale: #8F8F8F. Windows color (decimal): -2070142 or 8546784. OLE color: 8546784.

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

Color convert

RGB 224 105 130 -
CMYK 0 0.53 0.42 0.12
HSL 347.4º 0.66% 0.65% -
HSV(B) 347.4º 0.53% 0.88% -
XYZ 39.82 27.56 24.34 -
YUV 143.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 224 105 130 0 0.53 0.42 0.12 347.4 0.66 0.65
Hex E0 69 82 0 35 2A C 15B 42 41
Octal 340 151 202 0 65 52 14 533 102 101
Binary 11100000 1101001 10000010 0 110101 101010 1100 101011011 1000010 1000001

Color Harmonies of #E06982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06982

Black with #E06982

Text Example


Text Example

White with #E06982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06982; }

 p { color: rgb(224,105,130); }

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

background-color css

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

 a { background-color: rgb(224,105,130); }

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

border-color css

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

 span { border-color: rgb(224,105,130); }

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