Html Css Color HEX #EB6192 Deep Blush

📋 copy color: '#EB6192'

red 235 ◦ green 97 ◦ blue 146

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

Shades of Deep Blush #EB6192

Tints of Deep Blush #EB6192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.29%

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 49.16%
G = 20.29%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB6192 (or 0xEB6192) is known color: Deep Blush. HEX triplet: EB, 61 and 92. RGB value is (235,97,146). Sum of RGB (Red+Green+Blue) = 235+97+146=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6192 is #149E6D. Grayscale: #8F8F8F. Windows color (decimal): -1351278 or 9593323. OLE color: 9593323.

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

Color convert

RGB 235 97 146 -
CMYK 0 0.59 0.38 0.08
HSL 338.7º 0.78% 0.65% -
HSV(B) 338.7º 0.59% 0.92% -
XYZ 43.72 28.29 30.35 -
YUV 143.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 235 97 146 0 0.59 0.38 0.08 338.7 0.78 0.65
Hex EB 61 92 0 3B 26 8 153 4E 41
Octal 353 141 222 0 73 46 10 523 116 101
Binary 11101011 1100001 10010010 0 111011 100110 1000 101010011 1001110 1000001

Color Harmonies of #EB6192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6192

Black with #EB6192

Text Example


Text Example

White with #EB6192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6192; }

 p { color: rgb(235,97,146); }

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

background-color css

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

 a { background-color: rgb(235,97,146); }

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

border-color css

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

 span { border-color: rgb(235,97,146); }

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