Html Css Color HEX #E76682 Deep Blush

📋 copy color: '#E76682'

red 231 ◦ green 102 ◦ blue 130

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

Shades of Deep Blush #E76682

Tints of Deep Blush #E76682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.03%

 BLUE value IS 130 (51.17% from 255) = 28.08%

R = 49.89%
G = 22.03%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E76682 (or 0xE76682) is known color: Deep Blush. HEX triplet: E7, 66 and 82. RGB value is (231,102,130). Sum of RGB (Red+Green+Blue) = 231+102+130=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E76682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76682 is #18997D. Grayscale: #8F8F8F. Windows color (decimal): -1612158 or 8546023. OLE color: 8546023.

HSL color Cylindrical-coordinate representation of color #E76682: hue angle of 346.98º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76682 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 102 130 -
CMYK 0 0.56 0.44 0.09
HSL 346.98º 0.73% 0.65% -
HSV(B) 346.98º 0.56% 0.91% -
XYZ 41.74 28.1 24.34 -
YUV 143.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 231 102 130 0 0.56 0.44 0.09 346.98 0.73 0.65
Hex E7 66 82 0 38 2C 9 15B 49 41
Octal 347 146 202 0 70 54 11 533 111 101
Binary 11100111 1100110 10000010 0 111000 101100 1001 101011011 1001001 1000001

Color Harmonies of #E76682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76682

Black with #E76682

Text Example


Text Example

White with #E76682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76682; }

 p { color: rgb(231,102,130); }

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

background-color css

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

 a { background-color: rgb(231,102,130); }

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

border-color css

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

 span { border-color: rgb(231,102,130); }

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