Html Css Color HEX #EB6488 Deep Blush

📋 copy color: '#EB6488'

red 235 ◦ green 100 ◦ blue 136

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

Shades of Deep Blush #EB6488

Tints of Deep Blush #EB6488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.23%

 BLUE value IS 136 (53.52% from 255) = 28.87%

R = 49.89%
G = 21.23%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB6488 (or 0xEB6488) is known color: Deep Blush. HEX triplet: EB, 64 and 88. RGB value is (235,100,136). Sum of RGB (Red+Green+Blue) = 235+100+136=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6488 is #149B77. Grayscale: #909090. Windows color (decimal): -1350520 or 8938731. OLE color: 8938731.

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

Color convert

RGB 235 100 136 -
CMYK 0 0.57 0.42 0.08
HSL 344º 0.77% 0.66% -
HSV(B) 344º 0.57% 0.92% -
XYZ 43.26 28.55 26.52 -
YUV 144.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 235 100 136 0 0.57 0.42 0.08 344 0.77 0.66
Hex EB 64 88 0 39 2A 8 158 4D 42
Octal 353 144 210 0 71 52 10 530 115 102
Binary 11101011 1100100 10001000 0 111001 101010 1000 101011000 1001101 1000010

Color Harmonies of #EB6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6488

Black with #EB6488

Text Example


Text Example

White with #EB6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6488; }

 p { color: rgb(235,100,136); }

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

background-color css

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

 a { background-color: rgb(235,100,136); }

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

border-color css

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

 span { border-color: rgb(235,100,136); }

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