Html Css Color HEX #EB6D8C Deep Blush

📋 copy color: '#EB6D8C'

red 235 ◦ green 109 ◦ blue 140

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

Shades of Deep Blush #EB6D8C

Tints of Deep Blush #EB6D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.52%

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 48.55%
G = 22.52%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB6D8C (or 0xEB6D8C) is known color: Deep Blush. HEX triplet: EB, 6D and 8C. RGB value is (235,109,140). Sum of RGB (Red+Green+Blue) = 235+109+140=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6D8C is #149273. Grayscale: #969696. Windows color (decimal): -1348212 or 9203179. OLE color: 9203179.

HSL color Cylindrical-coordinate representation of color #EB6D8C: hue angle of 345.24º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6D8C is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 109 140 -
CMYK 0 0.54 0.40 0.08
HSL 345.24º 0.76% 0.67% -
HSV(B) 345.24º 0.54% 0.92% -
XYZ 44.46 30.49 28.35 -
YUV 150.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 235 109 140 0 0.54 0.40 0.08 345.24 0.76 0.67
Hex EB 6D 8C 0 36 28 8 159 4C 43
Octal 353 155 214 0 66 50 10 531 114 103
Binary 11101011 1101101 10001100 0 110110 101000 1000 101011001 1001100 1000011

Color Harmonies of #EB6D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6D8C

Black with #EB6D8C

Text Example


Text Example

White with #EB6D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6D8C; }

 p { color: rgb(235,109,140); }

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

background-color css

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

 a { background-color: rgb(235,109,140); }

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

border-color css

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

 span { border-color: rgb(235,109,140); }

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