Html Css Color HEX #E0768A Deep Blush

📋 copy color: '#E0768A'

red 224 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #E0768A

Tints of Deep Blush #E0768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 46.67%
G = 24.58%
B = 28.75%

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

#E0768A (or 0xE0768A) is known color: Deep Blush. HEX triplet: E0, 76 and 8A. RGB value is (224,118,138). Sum of RGB (Red+Green+Blue) = 224+118+138=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0768A is #1F8975. Grayscale: #989898. Windows color (decimal): -2066806 or 9074400. OLE color: 9074400.

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

Color convert

RGB 224 118 138 -
CMYK 0 0.47 0.38 0.12
HSL 348.68º 0.63% 0.67% -
HSV(B) 348.68º 0.47% 0.88% -
XYZ 41.81 30.64 27.76 -
YUV 151.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 224 118 138 0 0.47 0.38 0.12 348.68 0.63 0.67
Hex E0 76 8A 0 2F 26 C 15D 3F 43
Octal 340 166 212 0 57 46 14 535 77 103
Binary 11100000 1110110 10001010 0 101111 100110 1100 101011101 111111 1000011

Color Harmonies of #E0768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0768A

Black with #E0768A

Text Example


Text Example

White with #E0768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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