Html Css Color HEX #EB6386 Deep Blush

📋 copy color: '#EB6386'

red 235 ◦ green 99 ◦ blue 134

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

Shades of Deep Blush #EB6386

Tints of Deep Blush #EB6386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.15%

 BLUE value IS 134 (52.73% from 255) = 28.63%

R = 50.21%
G = 21.15%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB6386 (or 0xEB6386) is known color: Deep Blush. HEX triplet: EB, 63 and 86. RGB value is (235,99,134). Sum of RGB (Red+Green+Blue) = 235+99+134=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6386 is #149C79. Grayscale: #8F8F8F. Windows color (decimal): -1350778 or 8807403. OLE color: 8807403.

HSL color Cylindrical-coordinate representation of color #EB6386: hue angle of 344.56º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB6386 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 99 134 -
CMYK 0 0.58 0.43 0.08
HSL 344.56º 0.77% 0.65% -
HSV(B) 344.56º 0.58% 0.92% -
XYZ 43.03 28.31 25.75 -
YUV 143.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 235 99 134 0 0.58 0.43 0.08 344.56 0.77 0.65
Hex EB 63 86 0 3A 2B 8 159 4D 41
Octal 353 143 206 0 72 53 10 531 115 101
Binary 11101011 1100011 10000110 0 111010 101011 1000 101011001 1001101 1000001

Color Harmonies of #EB6386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6386

Black with #EB6386

Text Example


Text Example

White with #EB6386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6386; }

 p { color: rgb(235,99,134); }

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

background-color css

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

 a { background-color: rgb(235,99,134); }

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

border-color css

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

 span { border-color: rgb(235,99,134); }

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