Html Css Color HEX #EB758C Deep Blush

📋 copy color: '#EB758C'

red 235 ◦ green 117 ◦ blue 140

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

Shades of Deep Blush #EB758C

Tints of Deep Blush #EB758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 47.76%
G = 23.78%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB758C (or 0xEB758C) is known color: Deep Blush. HEX triplet: EB, 75 and 8C. RGB value is (235,117,140). Sum of RGB (Red+Green+Blue) = 235+117+140=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB758C is #148A73. Grayscale: #9A9A9A. Windows color (decimal): -1346164 or 9205227. OLE color: 9205227.

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

Color convert

RGB 235 117 140 -
CMYK 0 0.50 0.40 0.08
HSL 348.31º 0.75% 0.69% -
HSV(B) 348.31º 0.5% 0.92% -
XYZ 45.36 32.28 28.65 -
YUV 154.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 235 117 140 0 0.50 0.40 0.08 348.31 0.75 0.69
Hex EB 75 8C 0 32 28 8 15C 4B 45
Octal 353 165 214 0 62 50 10 534 113 105
Binary 11101011 1110101 10001100 0 110010 101000 1000 101011100 1001011 1000101

Color Harmonies of #EB758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB758C

Black with #EB758C

Text Example


Text Example

White with #EB758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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