Html Css Color HEX #EB6C8A Deep Blush

📋 copy color: '#EB6C8A'

red 235 ◦ green 108 ◦ blue 138

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

Shades of Deep Blush #EB6C8A

Tints of Deep Blush #EB6C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.45%

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 48.86%
G = 22.45%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB6C8A (or 0xEB6C8A) is known color: Deep Blush. HEX triplet: EB, 6C and 8A. RGB value is (235,108,138). Sum of RGB (Red+Green+Blue) = 235+108+138=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6C8A is #149375. Grayscale: #959595. Windows color (decimal): -1348470 or 9071851. OLE color: 9071851.

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

Color convert

RGB 235 108 138 -
CMYK 0 0.54 0.41 0.08
HSL 345.83º 0.76% 0.67% -
HSV(B) 345.83º 0.54% 0.92% -
XYZ 44.21 30.22 27.55 -
YUV 149.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 235 108 138 0 0.54 0.41 0.08 345.83 0.76 0.67
Hex EB 6C 8A 0 36 29 8 15A 4C 43
Octal 353 154 212 0 66 51 10 532 114 103
Binary 11101011 1101100 10001010 0 110110 101001 1000 101011010 1001100 1000011

Color Harmonies of #EB6C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6C8A

Black with #EB6C8A

Text Example


Text Example

White with #EB6C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6C8A; }

 p { color: rgb(235,108,138); }

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

background-color css

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

 a { background-color: rgb(235,108,138); }

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

border-color css

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

 span { border-color: rgb(235,108,138); }

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