Html Css Color HEX #EB6E8A Deep Blush

📋 copy color: '#EB6E8A'

red 235 ◦ green 110 ◦ blue 138

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

Shades of Deep Blush #EB6E8A

Tints of Deep Blush #EB6E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.77%

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

R = 48.65%
G = 22.77%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB6E8A (or 0xEB6E8A) is known color: Deep Blush. HEX triplet: EB, 6E and 8A. RGB value is (235,110,138). Sum of RGB (Red+Green+Blue) = 235+110+138=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E8A is #149175. Grayscale: #969696. Windows color (decimal): -1347958 or 9072363. OLE color: 9072363.

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

Color convert

RGB 235 110 138 -
CMYK 0 0.53 0.41 0.08
HSL 346.56º 0.76% 0.68% -
HSV(B) 346.56º 0.53% 0.92% -
XYZ 44.42 30.65 27.62 -
YUV 150.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 235 110 138 0 0.53 0.41 0.08 346.56 0.76 0.68
Hex EB 6E 8A 0 35 29 8 15B 4C 44
Octal 353 156 212 0 65 51 10 533 114 104
Binary 11101011 1101110 10001010 0 110101 101001 1000 101011011 1001100 1000100

Color Harmonies of #EB6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6E8A

Black with #EB6E8A

Text Example


Text Example

White with #EB6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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