Html Css Color HEX #EB6883 Deep Blush

📋 copy color: '#EB6883'

red 235 ◦ green 104 ◦ blue 131

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

Shades of Deep Blush #EB6883

Tints of Deep Blush #EB6883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

 BLUE value IS 131 (51.56% from 255) = 27.87%

R = 50%
G = 22.13%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB6883 (or 0xEB6883) is known color: Deep Blush. HEX triplet: EB, 68 and 83. RGB value is (235,104,131). Sum of RGB (Red+Green+Blue) = 235+104+131=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6883 is #14977C. Grayscale: #929292. Windows color (decimal): -1349501 or 8612075. OLE color: 8612075.

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

Color convert

RGB 235 104 131 -
CMYK 0 0.56 0.44 0.08
HSL 347.63º 0.77% 0.66% -
HSV(B) 347.63º 0.56% 0.92% -
XYZ 43.31 29.2 24.83 -
YUV 146.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 235 104 131 0 0.56 0.44 0.08 347.63 0.77 0.66
Hex EB 68 83 0 38 2C 8 15C 4D 42
Octal 353 150 203 0 70 54 10 534 115 102
Binary 11101011 1101000 10000011 0 111000 101100 1000 101011100 1001101 1000010

Color Harmonies of #EB6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6883

Black with #EB6883

Text Example


Text Example

White with #EB6883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6883; }

 p { color: rgb(235,104,131); }

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

background-color css

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

 a { background-color: rgb(235,104,131); }

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

border-color css

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

 span { border-color: rgb(235,104,131); }

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