Html Css Color HEX #EB738C Deep Blush

📋 copy color: '#EB738C'

red 235 ◦ green 115 ◦ blue 140

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

Shades of Deep Blush #EB738C

Tints of Deep Blush #EB738C

RGB

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

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

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

R = 47.96%
G = 23.47%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB738C (or 0xEB738C) is known color: Deep Blush. HEX triplet: EB, 73 and 8C. RGB value is (235,115,140). Sum of RGB (Red+Green+Blue) = 235+115+140=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB738C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB738C is #148C73. Grayscale: #999999. Windows color (decimal): -1346676 or 9204715. OLE color: 9204715.

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

Color convert

RGB 235 115 140 -
CMYK 0 0.51 0.40 0.08
HSL 347.5º 0.75% 0.69% -
HSV(B) 347.5º 0.51% 0.92% -
XYZ 45.13 31.82 28.57 -
YUV 153.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 235 115 140 0 0.51 0.40 0.08 347.5 0.75 0.69
Hex EB 73 8C 0 33 28 8 15C 4B 45
Octal 353 163 214 0 63 50 10 534 113 105
Binary 11101011 1110011 10001100 0 110011 101000 1000 101011100 1001011 1000101

Color Harmonies of #EB738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB738C

Black with #EB738C

Text Example


Text Example

White with #EB738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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