Html Css Color HEX #EB768D Deep Blush

📋 copy color: '#EB768D'

red 235 ◦ green 118 ◦ blue 141

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

Shades of Deep Blush #EB768D

Tints of Deep Blush #EB768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.89%

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

R = 47.57%
G = 23.89%
B = 28.54%

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

#EB768D (or 0xEB768D) is known color: Deep Blush. HEX triplet: EB, 76 and 8D. RGB value is (235,118,141). Sum of RGB (Red+Green+Blue) = 235+118+141=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB768D is #148972. Grayscale: #9B9B9B. Windows color (decimal): -1345907 or 9271019. OLE color: 9271019.

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

Color convert

RGB 235 118 141 -
CMYK 0 0.50 0.4 0.08
HSL 348.21º 0.75% 0.69% -
HSV(B) 348.21º 0.5% 0.92% -
XYZ 45.55 32.54 29.08 -
YUV 155.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 235 118 141 0 0.50 0.4 0.08 348.21 0.75 0.69
Hex EB 76 8D 0 32 28 8 15C 4B 45
Octal 353 166 215 0 62 50 10 534 113 105
Binary 11101011 1110110 10001101 0 110010 101000 1000 101011100 1001011 1000101

Color Harmonies of #EB768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB768D

Black with #EB768D

Text Example


Text Example

White with #EB768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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