Html Css Color HEX #EB6385 Deep Blush

📋 copy color: '#EB6385'

red 235 ◦ green 99 ◦ blue 133

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

Shades of Deep Blush #EB6385

Tints of Deep Blush #EB6385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.2%

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 50.32%
G = 21.2%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB6385 (or 0xEB6385) is known color: Deep Blush. HEX triplet: EB, 63 and 85. RGB value is (235,99,133). Sum of RGB (Red+Green+Blue) = 235+99+133=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6385 is #149C7A. Grayscale: #8F8F8F. Windows color (decimal): -1350779 or 8741867. OLE color: 8741867.

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

Color convert

RGB 235 99 133 -
CMYK 0 0.58 0.43 0.08
HSL 345º 0.77% 0.65% -
HSV(B) 345º 0.58% 0.92% -
XYZ 42.96 28.28 25.38 -
YUV 143.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 235 99 133 0 0.58 0.43 0.08 345 0.77 0.65
Hex EB 63 85 0 3A 2B 8 159 4D 41
Octal 353 143 205 0 72 53 10 531 115 101
Binary 11101011 1100011 10000101 0 111010 101011 1000 101011001 1001101 1000001

Color Harmonies of #EB6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6385

Black with #EB6385

Text Example


Text Example

White with #EB6385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6385; }

 p { color: rgb(235,99,133); }

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

background-color css

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

 a { background-color: rgb(235,99,133); }

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

border-color css

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

 span { border-color: rgb(235,99,133); }

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