Html Css Color HEX #E76685 Deep Blush

📋 copy color: '#E76685'

red 231 ◦ green 102 ◦ blue 133

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

Shades of Deep Blush #E76685

Tints of Deep Blush #E76685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.54%

R = 49.57%
G = 21.89%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E76685 (or 0xE76685) is known color: Deep Blush. HEX triplet: E7, 66 and 85. RGB value is (231,102,133). Sum of RGB (Red+Green+Blue) = 231+102+133=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E76685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76685 is #18997A. Grayscale: #909090. Windows color (decimal): -1612155 or 8742631. OLE color: 8742631.

HSL color Cylindrical-coordinate representation of color #E76685: hue angle of 345.58º 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 #E76685 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 102 133 -
CMYK 0 0.56 0.42 0.09
HSL 345.58º 0.73% 0.65% -
HSV(B) 345.58º 0.56% 0.91% -
XYZ 41.94 28.19 25.42 -
YUV 144.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 231 102 133 0 0.56 0.42 0.09 345.58 0.73 0.65
Hex E7 66 85 0 38 2A 9 15A 49 41
Octal 347 146 205 0 70 52 11 532 111 101
Binary 11100111 1100110 10000101 0 111000 101010 1001 101011010 1001001 1000001

Color Harmonies of #E76685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76685

Black with #E76685

Text Example


Text Example

White with #E76685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76685; }

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

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

background-color css

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

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

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

border-color css

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

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

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