Html Css Color HEX #E0768B Deep Blush

📋 copy color: '#E0768B'

red 224 ◦ green 118 ◦ blue 139

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

Shades of Deep Blush #E0768B

Tints of Deep Blush #E0768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 46.57%
G = 24.53%
B = 28.9%

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

#E0768B (or 0xE0768B) is known color: Deep Blush. HEX triplet: E0, 76 and 8B. RGB value is (224,118,139). Sum of RGB (Red+Green+Blue) = 224+118+139=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0768B is #1F8974. Grayscale: #989898. Windows color (decimal): -2066805 or 9139936. OLE color: 9139936.

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

Color convert

RGB 224 118 139 -
CMYK 0 0.47 0.38 0.12
HSL 348.11º 0.63% 0.67% -
HSV(B) 348.11º 0.47% 0.88% -
XYZ 41.88 30.67 28.14 -
YUV 152.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 224 118 139 0 0.47 0.38 0.12 348.11 0.63 0.67
Hex E0 76 8B 0 2F 26 C 15C 3F 43
Octal 340 166 213 0 57 46 14 534 77 103
Binary 11100000 1110110 10001011 0 101111 100110 1100 101011100 111111 1000011

Color Harmonies of #E0768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0768B

Black with #E0768B

Text Example


Text Example

White with #E0768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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