Html Css Color HEX #EB6A89 Deep Blush

📋 copy color: '#EB6A89'

red 235 ◦ green 106 ◦ blue 137

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

Shades of Deep Blush #EB6A89

Tints of Deep Blush #EB6A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

 BLUE value IS 137 (53.91% from 255) = 28.66%

R = 49.16%
G = 22.18%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB6A89 (or 0xEB6A89) is known color: Deep Blush. HEX triplet: EB, 6A and 89. RGB value is (235,106,137). Sum of RGB (Red+Green+Blue) = 235+106+137=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6A89 is #149576. Grayscale: #949494. Windows color (decimal): -1348983 or 9005803. OLE color: 9005803.

HSL color Cylindrical-coordinate representation of color #EB6A89: hue angle of 345.58º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6A89 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 106 137 -
CMYK 0 0.55 0.42 0.08
HSL 345.58º 0.76% 0.67% -
HSV(B) 345.58º 0.55% 0.92% -
XYZ 43.93 29.78 27.1 -
YUV 148.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 235 106 137 0 0.55 0.42 0.08 345.58 0.76 0.67
Hex EB 6A 89 0 37 2A 8 15A 4C 43
Octal 353 152 211 0 67 52 10 532 114 103
Binary 11101011 1101010 10001001 0 110111 101010 1000 101011010 1001100 1000011

Color Harmonies of #EB6A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A89

Black with #EB6A89

Text Example


Text Example

White with #EB6A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A89; }

 p { color: rgb(235,106,137); }

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

background-color css

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

 a { background-color: rgb(235,106,137); }

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

border-color css

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

 span { border-color: rgb(235,106,137); }

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