Html Css Color HEX #E0768C Deep Blush

📋 copy color: '#E0768C'

red 224 ◦ green 118 ◦ blue 140

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

Shades of Deep Blush #E0768C

Tints of Deep Blush #E0768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.48%

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 46.47%
G = 24.48%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0768C (or 0xE0768C) is known color: Deep Blush. HEX triplet: E0, 76 and 8C. RGB value is (224,118,140). Sum of RGB (Red+Green+Blue) = 224+118+140=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0768C is #1F8973. Grayscale: #989898. Windows color (decimal): -2066804 or 9205472. OLE color: 9205472.

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

Color convert

RGB 224 118 140 -
CMYK 0 0.47 0.38 0.12
HSL 347.55º 0.63% 0.67% -
HSV(B) 347.55º 0.47% 0.88% -
XYZ 41.95 30.7 28.53 -
YUV 152.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 224 118 140 0 0.47 0.38 0.12 347.55 0.63 0.67
Hex E0 76 8C 0 2F 26 C 15C 3F 43
Octal 340 166 214 0 57 46 14 534 77 103
Binary 11100000 1110110 10001100 0 101111 100110 1100 101011100 111111 1000011

Color Harmonies of #E0768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0768C

Black with #E0768C

Text Example


Text Example

White with #E0768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0768C; }

 p { color: rgb(224,118,140); }

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

background-color css

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

 a { background-color: rgb(224,118,140); }

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

border-color css

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

 span { border-color: rgb(224,118,140); }

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