Html Css Color HEX #EB7591 Deep Blush

📋 copy color: '#EB7591'

red 235 ◦ green 117 ◦ blue 145

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

Shades of Deep Blush #EB7591

Tints of Deep Blush #EB7591

RGB

 RED value IS 235 (92.19% from 255) = 47.28%

 GREEN value IS 117 (46.09% from 255) = 23.54%

 BLUE value IS 145 (57.03% from 255) = 29.18%

R = 47.28%
G = 23.54%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB7591 (or 0xEB7591) is known color: Deep Blush. HEX triplet: EB, 75 and 91. RGB value is (235,117,145). Sum of RGB (Red+Green+Blue) = 235+117+145=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7591 is #148A6E. Grayscale: #9B9B9B. Windows color (decimal): -1346159 or 9532907. OLE color: 9532907.

HSL color Cylindrical-coordinate representation of color #EB7591: hue angle of 345.76º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB7591 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 117 145 -
CMYK 0 0.50 0.38 0.08
HSL 345.76º 0.75% 0.69% -
HSV(B) 345.76º 0.5% 0.92% -
XYZ 45.73 32.43 30.64 -
YUV 155.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 235 117 145 0 0.50 0.38 0.08 345.76 0.75 0.69
Hex EB 75 91 0 32 26 8 15A 4B 45
Octal 353 165 221 0 62 46 10 532 113 105
Binary 11101011 1110101 10010001 0 110010 100110 1000 101011010 1001011 1000101

Color Harmonies of #EB7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7591

Black with #EB7591

Text Example


Text Example

White with #EB7591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7591; }

 p { color: rgb(235,117,145); }

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

background-color css

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

 a { background-color: rgb(235,117,145); }

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

border-color css

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

 span { border-color: rgb(235,117,145); }

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