Html Css Color HEX #EB748A Deep Blush

📋 copy color: '#EB748A'

red 235 ◦ green 116 ◦ blue 138

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

Shades of Deep Blush #EB748A

Tints of Deep Blush #EB748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.72%

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 48.06%
G = 23.72%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB748A (or 0xEB748A) is known color: Deep Blush. HEX triplet: EB, 74 and 8A. RGB value is (235,116,138). Sum of RGB (Red+Green+Blue) = 235+116+138=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB748A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB748A is #148B75. Grayscale: #9A9A9A. Windows color (decimal): -1346422 or 9073899. OLE color: 9073899.

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

Color convert

RGB 235 116 138 -
CMYK 0 0.51 0.41 0.08
HSL 348.91º 0.75% 0.69% -
HSV(B) 348.91º 0.51% 0.92% -
XYZ 45.09 31.99 27.84 -
YUV 154.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 235 116 138 0 0.51 0.41 0.08 348.91 0.75 0.69
Hex EB 74 8A 0 33 29 8 15D 4B 45
Octal 353 164 212 0 63 51 10 535 113 105
Binary 11101011 1110100 10001010 0 110011 101001 1000 101011101 1001011 1000101

Color Harmonies of #EB748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB748A

Black with #EB748A

Text Example


Text Example

White with #EB748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB748A; }

 p { color: rgb(235,116,138); }

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

background-color css

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

 a { background-color: rgb(235,116,138); }

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

border-color css

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

 span { border-color: rgb(235,116,138); }

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