Html Css Color HEX #E76A8A Deep Blush

📋 copy color: '#E76A8A'

red 231 ◦ green 106 ◦ blue 138

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

Shades of Deep Blush #E76A8A

Tints of Deep Blush #E76A8A

RGB

 RED value IS 231 (90.63% from 255) = 48.63%

 GREEN value IS 106 (41.8% from 255) = 22.32%

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

R = 48.63%
G = 22.32%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E76A8A (or 0xE76A8A) is known color: Deep Blush. HEX triplet: E7, 6A and 8A. RGB value is (231,106,138). Sum of RGB (Red+Green+Blue) = 231+106+138=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A8A is #189575. Grayscale: #939393. Windows color (decimal): -1611126 or 9071335. OLE color: 9071335.

HSL color Cylindrical-coordinate representation of color #E76A8A: hue angle of 344.64º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76A8A is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 138 -
CMYK 0 0.54 0.40 0.09
HSL 344.64º 0.72% 0.66% -
HSV(B) 344.64º 0.54% 0.91% -
XYZ 42.7 29.13 27.42 -
YUV 147.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 231 106 138 0 0.54 0.40 0.09 344.64 0.72 0.66
Hex E7 6A 8A 0 36 28 9 159 48 42
Octal 347 152 212 0 66 50 11 531 110 102
Binary 11100111 1101010 10001010 0 110110 101000 1001 101011001 1001000 1000010

Color Harmonies of #E76A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A8A

Black with #E76A8A

Text Example


Text Example

White with #E76A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A8A; }

 p { color: rgb(231,106,138); }

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

background-color css

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

 a { background-color: rgb(231,106,138); }

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

border-color css

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

 span { border-color: rgb(231,106,138); }

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