Html Css Color HEX #E06380 Deep Blush

📋 copy color: '#E06380'

red 224 ◦ green 99 ◦ blue 128

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

Shades of Deep Blush #E06380

Tints of Deep Blush #E06380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.95%

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

R = 49.67%
G = 21.95%
B = 28.38%

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

#E06380 (or 0xE06380) is known color: Deep Blush. HEX triplet: E0, 63 and 80. RGB value is (224,99,128). Sum of RGB (Red+Green+Blue) = 224+99+128=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E06380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06380 is #1F9C7F. Grayscale: #8B8B8B. Windows color (decimal): -2071680 or 8414176. OLE color: 8414176.

HSL color Cylindrical-coordinate representation of color #E06380: hue angle of 346.08º 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 #E06380 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 128 -
CMYK 0 0.56 0.43 0.12
HSL 346.08º 0.67% 0.63% -
HSV(B) 346.08º 0.56% 0.88% -
XYZ 39.1 26.33 23.44 -
YUV 139.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 224 99 128 0 0.56 0.43 0.12 346.08 0.67 0.63
Hex E0 63 80 0 38 2B C 15A 43 3F
Octal 340 143 200 0 70 53 14 532 103 77
Binary 11100000 1100011 10000000 0 111000 101011 1100 101011010 1000011 111111

Color Harmonies of #E06380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06380

Black with #E06380

Text Example


Text Example

White with #E06380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06380; }

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

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

background-color css

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

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

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

border-color css

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

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

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