Html Css Color HEX #EB6E8F Deep Blush

📋 copy color: '#EB6E8F'

red 235 ◦ green 110 ◦ blue 143

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

Shades of Deep Blush #EB6E8F

Tints of Deep Blush #EB6E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 48.16%
G = 22.54%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB6E8F (or 0xEB6E8F) is known color: Deep Blush. HEX triplet: EB, 6E and 8F. RGB value is (235,110,143). Sum of RGB (Red+Green+Blue) = 235+110+143=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6E8F is #149170. Grayscale: #979797. Windows color (decimal): -1347953 or 9400043. OLE color: 9400043.

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

Color convert

RGB 235 110 143 -
CMYK 0 0.53 0.39 0.08
HSL 344.16º 0.76% 0.68% -
HSV(B) 344.16º 0.53% 0.92% -
XYZ 44.79 30.8 29.57 -
YUV 151.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 235 110 143 0 0.53 0.39 0.08 344.16 0.76 0.68
Hex EB 6E 8F 0 35 27 8 158 4C 44
Octal 353 156 217 0 65 47 10 530 114 104
Binary 11101011 1101110 10001111 0 110101 100111 1000 101011000 1001100 1000100

Color Harmonies of #EB6E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6E8F

Black with #EB6E8F

Text Example


Text Example

White with #EB6E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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