Html Css Color HEX #E0768D Deep Blush

📋 copy color: '#E0768D'

red 224 ◦ green 118 ◦ blue 141

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

Shades of Deep Blush #E0768D

Tints of Deep Blush #E0768D

RGB

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

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

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

R = 46.38%
G = 24.43%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0768D (or 0xE0768D) is known color: Deep Blush. HEX triplet: E0, 76 and 8D. RGB value is (224,118,141). Sum of RGB (Red+Green+Blue) = 224+118+141=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0768D is #1F8972. Grayscale: #989898. Windows color (decimal): -2066803 or 9271008. OLE color: 9271008.

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

Color convert

RGB 224 118 141 -
CMYK 0 0.47 0.37 0.12
HSL 346.98º 0.63% 0.67% -
HSV(B) 346.98º 0.47% 0.88% -
XYZ 42.03 30.73 28.92 -
YUV 152.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 224 118 141 0 0.47 0.37 0.12 346.98 0.63 0.67
Hex E0 76 8D 0 2F 25 C 15B 3F 43
Octal 340 166 215 0 57 45 14 533 77 103
Binary 11100000 1110110 10001101 0 101111 100101 1100 101011011 111111 1000011

Color Harmonies of #E0768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0768D

Black with #E0768D

Text Example


Text Example

White with #E0768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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