Html Css Color HEX #E77384 Deep Blush

📋 copy color: '#E77384'

red 231 ◦ green 115 ◦ blue 132

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

Shades of Deep Blush #E77384

Tints of Deep Blush #E77384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

 BLUE value IS 132 (51.95% from 255) = 27.62%

R = 48.33%
G = 24.06%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E77384 (or 0xE77384) is known color: Deep Blush. HEX triplet: E7, 73 and 84. RGB value is (231,115,132). Sum of RGB (Red+Green+Blue) = 231+115+132=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E77384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77384 is #188C7B. Grayscale: #979797. Windows color (decimal): -1608828 or 8680423. OLE color: 8680423.

HSL color Cylindrical-coordinate representation of color #E77384: hue angle of 351.21º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77384 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 115 132 -
CMYK 0 0.50 0.43 0.09
HSL 351.21º 0.71% 0.68% -
HSV(B) 351.21º 0.5% 0.91% -
XYZ 43.25 30.92 25.52 -
YUV 151.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 231 115 132 0 0.50 0.43 0.09 351.21 0.71 0.68
Hex E7 73 84 0 32 2B 9 15F 47 44
Octal 347 163 204 0 62 53 11 537 107 104
Binary 11100111 1110011 10000100 0 110010 101011 1001 101011111 1000111 1000100

Color Harmonies of #E77384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77384

Black with #E77384

Text Example


Text Example

White with #E77384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77384; }

 p { color: rgb(231,115,132); }

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

background-color css

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

 a { background-color: rgb(231,115,132); }

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

border-color css

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

 span { border-color: rgb(231,115,132); }

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