Html Css Color HEX #EB6D8A Deep Blush

📋 copy color: '#EB6D8A'

red 235 ◦ green 109 ◦ blue 138

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

Shades of Deep Blush #EB6D8A

Tints of Deep Blush #EB6D8A

RGB

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

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

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

R = 48.76%
G = 22.61%
B = 28.63%

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

#EB6D8A (or 0xEB6D8A) is known color: Deep Blush. HEX triplet: EB, 6D and 8A. RGB value is (235,109,138). Sum of RGB (Red+Green+Blue) = 235+109+138=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6D8A is #149275. Grayscale: #959595. Windows color (decimal): -1348214 or 9072107. OLE color: 9072107.

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

Color convert

RGB 235 109 138 -
CMYK 0 0.54 0.41 0.08
HSL 346.19º 0.76% 0.67% -
HSV(B) 346.19º 0.54% 0.92% -
XYZ 44.32 30.43 27.58 -
YUV 149.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 235 109 138 0 0.54 0.41 0.08 346.19 0.76 0.67
Hex EB 6D 8A 0 36 29 8 15A 4C 43
Octal 353 155 212 0 66 51 10 532 114 103
Binary 11101011 1101101 10001010 0 110110 101001 1000 101011010 1001100 1000011

Color Harmonies of #EB6D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6D8A

Black with #EB6D8A

Text Example


Text Example

White with #EB6D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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