Html Css Color HEX #E06D7F Deep Blush

📋 copy color: '#E06D7F'

red 224 ◦ green 109 ◦ blue 127

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

Shades of Deep Blush #E06D7F

Tints of Deep Blush #E06D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.7%

 BLUE value IS 127 (50% from 255) = 27.61%

R = 48.7%
G = 23.7%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E06D7F (or 0xE06D7F) is known color: Deep Blush. HEX triplet: E0, 6D and 7F. RGB value is (224,109,127). Sum of RGB (Red+Green+Blue) = 224+109+127=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D7F is #1F9280. Grayscale: #919191. Windows color (decimal): -2069121 or 8351200. OLE color: 8351200.

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

Color convert

RGB 224 109 127 -
CMYK 0 0.51 0.43 0.12
HSL 350.61º 0.65% 0.65% -
HSV(B) 350.61º 0.51% 0.88% -
XYZ 40.04 28.32 23.43 -
YUV 145.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 224 109 127 0 0.51 0.43 0.12 350.61 0.65 0.65
Hex E0 6D 7F 0 33 2B C 15F 41 41
Octal 340 155 177 0 63 53 14 537 101 101
Binary 11100000 1101101 1111111 0 110011 101011 1100 101011111 1000001 1000001

Color Harmonies of #E06D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D7F

Black with #E06D7F

Text Example


Text Example

White with #E06D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D7F; }

 p { color: rgb(224,109,127); }

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

background-color css

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

 a { background-color: rgb(224,109,127); }

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

border-color css

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

 span { border-color: rgb(224,109,127); }

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