Html Css Color HEX #EB6290 Deep Blush

📋 copy color: '#EB6290'

red 235 ◦ green 98 ◦ blue 144

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

Shades of Deep Blush #EB6290

Tints of Deep Blush #EB6290

RGB

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

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

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

R = 49.27%
G = 20.55%
B = 30.19%

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

#EB6290 (or 0xEB6290) is known color: Deep Blush. HEX triplet: EB, 62 and 90. RGB value is (235,98,144). Sum of RGB (Red+Green+Blue) = 235+98+144=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6290 is #149D6F. Grayscale: #909090. Windows color (decimal): -1351024 or 9462507. OLE color: 9462507.

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

Color convert

RGB 235 98 144 -
CMYK 0 0.58 0.39 0.08
HSL 339.85º 0.77% 0.65% -
HSV(B) 339.85º 0.58% 0.92% -
XYZ 43.66 28.41 29.57 -
YUV 144.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 235 98 144 0 0.58 0.39 0.08 339.85 0.77 0.65
Hex EB 62 90 0 3A 27 8 154 4D 41
Octal 353 142 220 0 72 47 10 524 115 101
Binary 11101011 1100010 10010000 0 111010 100111 1000 101010100 1001101 1000001

Color Harmonies of #EB6290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6290

Black with #EB6290

Text Example


Text Example

White with #EB6290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6290; }

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

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

background-color css

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

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

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

border-color css

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

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

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