Html Css Color HEX #EB758D Deep Blush

📋 copy color: '#EB758D'

red 235 ◦ green 117 ◦ blue 141

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

Shades of Deep Blush #EB758D

Tints of Deep Blush #EB758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 47.67%
G = 23.73%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB758D (or 0xEB758D) is known color: Deep Blush. HEX triplet: EB, 75 and 8D. RGB value is (235,117,141). Sum of RGB (Red+Green+Blue) = 235+117+141=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB758D is #148A72. Grayscale: #9B9B9B. Windows color (decimal): -1346163 or 9270763. OLE color: 9270763.

HSL color Cylindrical-coordinate representation of color #EB758D: hue angle of 347.8º 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 #EB758D is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 117 141 -
CMYK 0 0.50 0.4 0.08
HSL 347.8º 0.75% 0.69% -
HSV(B) 347.8º 0.5% 0.92% -
XYZ 45.43 32.31 29.04 -
YUV 155.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 235 117 141 0 0.50 0.4 0.08 347.8 0.75 0.69
Hex EB 75 8D 0 32 28 8 15C 4B 45
Octal 353 165 215 0 62 50 10 534 113 105
Binary 11101011 1110101 10001101 0 110010 101000 1000 101011100 1001011 1000101

Color Harmonies of #EB758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB758D

Black with #EB758D

Text Example


Text Example

White with #EB758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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