Html Css Color HEX #EB6A8C Deep Blush

📋 copy color: '#EB6A8C'

red 235 ◦ green 106 ◦ blue 140

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

Shades of Deep Blush #EB6A8C

Tints of Deep Blush #EB6A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.04%

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

R = 48.86%
G = 22.04%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB6A8C (or 0xEB6A8C) is known color: Deep Blush. HEX triplet: EB, 6A and 8C. RGB value is (235,106,140). Sum of RGB (Red+Green+Blue) = 235+106+140=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6A8C is #149573. Grayscale: #949494. Windows color (decimal): -1348980 or 9202411. OLE color: 9202411.

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

Color convert

RGB 235 106 140 -
CMYK 0 0.55 0.40 0.08
HSL 344.19º 0.76% 0.67% -
HSV(B) 344.19º 0.55% 0.92% -
XYZ 44.15 29.86 28.25 -
YUV 148.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 235 106 140 0 0.55 0.40 0.08 344.19 0.76 0.67
Hex EB 6A 8C 0 37 28 8 158 4C 43
Octal 353 152 214 0 67 50 10 530 114 103
Binary 11101011 1101010 10001100 0 110111 101000 1000 101011000 1001100 1000011

Color Harmonies of #EB6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A8C

Black with #EB6A8C

Text Example


Text Example

White with #EB6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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