Html Css Color HEX #EB6390 Deep Blush

📋 copy color: '#EB6390'

red 235 ◦ green 99 ◦ blue 144

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

Shades of Deep Blush #EB6390

Tints of Deep Blush #EB6390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 49.16%
G = 20.71%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB6390 (or 0xEB6390) is known color: Deep Blush. HEX triplet: EB, 63 and 90. RGB value is (235,99,144). Sum of RGB (Red+Green+Blue) = 235+99+144=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6390 is #149C6F. Grayscale: #909090. Windows color (decimal): -1350768 or 9462763. OLE color: 9462763.

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

Color convert

RGB 235 99 144 -
CMYK 0 0.58 0.39 0.08
HSL 340.15º 0.77% 0.65% -
HSV(B) 340.15º 0.58% 0.92% -
XYZ 43.76 28.6 29.6 -
YUV 144.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 235 99 144 0 0.58 0.39 0.08 340.15 0.77 0.65
Hex EB 63 90 0 3A 27 8 154 4D 41
Octal 353 143 220 0 72 47 10 524 115 101
Binary 11101011 1100011 10010000 0 111010 100111 1000 101010100 1001101 1000001

Color Harmonies of #EB6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6390

Black with #EB6390

Text Example


Text Example

White with #EB6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6390; }

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

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

background-color css

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

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

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

border-color css

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

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

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