#EB7784

Color #EB7784 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #EB7784

Tints of Deep Blush #EB7784

Color information

#EB7784 (or 0xEB7784) is unknown color: approx Deep Blush. HEX triplet: EB, 77 and 84. RGB value is (235,119,132). Sum of RGB (Red+Green+Blue) = 235+119+132=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7784 is #14887B. Grayscale: #9B9B9B. Windows color (decimal): -1345660 or 8681451. OLE color: 8681451.

HSL color Cylindrical-coordinate representation of color #EB7784: hue angle of 353.28º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB7784 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235119132-
CMYK00.490.440.08
HSL353.28º74.36%69.41%-
HSV(B)353.28º49.36%92.16%-
XYZ45.0232.5225.73-
YUV155.17114.93184.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.35%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=48.35%
G=24.49%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511913200.490.440.08353.2874.3669.41
HexEB77840312C81614a45
Octal3531672040615410541112105
Binary111010111110111100001000110001101100100010110000110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7784; }

 p { color: rgb(235,119,132); }

 H1.HeaderClassName
 {
   color: #EB7784;
 }
 .AnyTagClassName
 {
   color: #EB7784;
 }
</style>
background-color css

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

 a { background-color: rgb(235,119,132); }

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

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

 span { border-color: rgb(235,119,132); }

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