Html Css Color HEX #EB738D Deep Blush

📋 copy color: '#EB738D'

red 235 ◦ green 115 ◦ blue 141

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

Shades of Deep Blush #EB738D

Tints of Deep Blush #EB738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.42%

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

R = 47.86%
G = 23.42%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB738D (or 0xEB738D) is known color: Deep Blush. HEX triplet: EB, 73 and 8D. RGB value is (235,115,141). Sum of RGB (Red+Green+Blue) = 235+115+141=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB738D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB738D is #148C72. Grayscale: #999999. Windows color (decimal): -1346675 or 9270251. OLE color: 9270251.

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

Color convert

RGB 235 115 141 -
CMYK 0 0.51 0.4 0.08
HSL 347º 0.75% 0.69% -
HSV(B) 347º 0.51% 0.92% -
XYZ 45.2 31.85 28.96 -
YUV 153.84 120.76 185.89 -
System Red Green Blue C M Y K H S L
Decimal 235 115 141 0 0.51 0.4 0.08 347 0.75 0.69
Hex EB 73 8D 0 33 28 8 15B 4B 45
Octal 353 163 215 0 63 50 10 533 113 105
Binary 11101011 1110011 10001101 0 110011 101000 1000 101011011 1001011 1000101

Color Harmonies of #EB738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB738D

Black with #EB738D

Text Example


Text Example

White with #EB738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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