Html Css Color HEX #EB6291 Deep Blush

📋 copy color: '#EB6291'

red 235 ◦ green 98 ◦ blue 145

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

Shades of Deep Blush #EB6291

Tints of Deep Blush #EB6291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.5%

 BLUE value IS 145 (57.03% from 255) = 30.33%

R = 49.16%
G = 20.5%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB6291 (or 0xEB6291) is known color: Deep Blush. HEX triplet: EB, 62 and 91. RGB value is (235,98,145). Sum of RGB (Red+Green+Blue) = 235+98+145=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6291 is #149D6E. Grayscale: #909090. Windows color (decimal): -1351023 or 9528043. OLE color: 9528043.

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

Color convert

RGB 235 98 145 -
CMYK 0 0.58 0.38 0.08
HSL 339.42º 0.77% 0.65% -
HSV(B) 339.42º 0.58% 0.92% -
XYZ 43.74 28.44 29.97 -
YUV 144.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 235 98 145 0 0.58 0.38 0.08 339.42 0.77 0.65
Hex EB 62 91 0 3A 26 8 153 4D 41
Octal 353 142 221 0 72 46 10 523 115 101
Binary 11101011 1100010 10010001 0 111010 100110 1000 101010011 1001101 1000001

Color Harmonies of #EB6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6291

Black with #EB6291

Text Example


Text Example

White with #EB6291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6291; }

 p { color: rgb(235,98,145); }

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

background-color css

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

 a { background-color: rgb(235,98,145); }

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

border-color css

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

 span { border-color: rgb(235,98,145); }

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