Html Css Color HEX #E06F8D Deep Blush

📋 copy color: '#E06F8D'

red 224 ◦ green 111 ◦ blue 141

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

Shades of Deep Blush #E06F8D

Tints of Deep Blush #E06F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.32%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 47.06%
G = 23.32%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E06F8D (or 0xE06F8D) is known color: Deep Blush. HEX triplet: E0, 6F and 8D. RGB value is (224,111,141). Sum of RGB (Red+Green+Blue) = 224+111+141=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F8D is #1F9072. Grayscale: #949494. Windows color (decimal): -2068595 or 9269216. OLE color: 9269216.

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

Color convert

RGB 224 111 141 -
CMYK 0 0.50 0.37 0.12
HSL 344.07º 0.65% 0.66% -
HSV(B) 344.07º 0.5% 0.88% -
XYZ 41.23 29.14 28.65 -
YUV 148.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 224 111 141 0 0.50 0.37 0.12 344.07 0.65 0.66
Hex E0 6F 8D 0 32 25 C 158 41 42
Octal 340 157 215 0 62 45 14 530 101 102
Binary 11100000 1101111 10001101 0 110010 100101 1100 101011000 1000001 1000010

Color Harmonies of #E06F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F8D

Black with #E06F8D

Text Example


Text Example

White with #E06F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F8D; }

 p { color: rgb(224,111,141); }

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

background-color css

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

 a { background-color: rgb(224,111,141); }

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

border-color css

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

 span { border-color: rgb(224,111,141); }

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