Html Css Color HEX #EB6481 Deep Blush

📋 copy color: '#EB6481'

red 235 ◦ green 100 ◦ blue 129

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

Shades of Deep Blush #EB6481

Tints of Deep Blush #EB6481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 50.65%
G = 21.55%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB6481 (or 0xEB6481) is known color: Deep Blush. HEX triplet: EB, 64 and 81. RGB value is (235,100,129). Sum of RGB (Red+Green+Blue) = 235+100+129=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6481 is #149B7E. Grayscale: #8F8F8F. Windows color (decimal): -1350527 or 8479979. OLE color: 8479979.

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

Color convert

RGB 235 100 129 -
CMYK 0 0.57 0.45 0.08
HSL 347.11º 0.77% 0.66% -
HSV(B) 347.11º 0.57% 0.92% -
XYZ 42.78 28.36 23.99 -
YUV 143.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 235 100 129 0 0.57 0.45 0.08 347.11 0.77 0.66
Hex EB 64 81 0 39 2D 8 15B 4D 42
Octal 353 144 201 0 71 55 10 533 115 102
Binary 11101011 1100100 10000001 0 111001 101101 1000 101011011 1001101 1000010

Color Harmonies of #EB6481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6481

Black with #EB6481

Text Example


Text Example

White with #EB6481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6481; }

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

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

background-color css

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

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

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

border-color css

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

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

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