Html Css Color HEX #E6748B Deep Blush

📋 copy color: '#E6748B'

red 230 ◦ green 116 ◦ blue 139

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

Shades of Deep Blush #E6748B

Tints of Deep Blush #E6748B

RGB

 RED value IS 230 (90.23% from 255) = 47.42%

 GREEN value IS 116 (45.7% from 255) = 23.92%

 BLUE value IS 139 (54.69% from 255) = 28.66%

R = 47.42%
G = 23.92%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6748B (or 0xE6748B) is known color: Deep Blush. HEX triplet: E6, 74 and 8B. RGB value is (230,116,139). Sum of RGB (Red+Green+Blue) = 230+116+139=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6748B is #198B74. Grayscale: #989898. Windows color (decimal): -1674101 or 9139430. OLE color: 9139430.

HSL color Cylindrical-coordinate representation of color #E6748B: hue angle of 347.89º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6748B is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 116 139 -
CMYK 0 0.50 0.40 0.10
HSL 347.89º 0.7% 0.68% -
HSV(B) 347.89º 0.5% 0.9% -
XYZ 43.54 31.18 28.15 -
YUV 152.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 230 116 139 0 0.50 0.40 0.10 347.89 0.7 0.68
Hex E6 74 8B 0 32 28 A 15C 46 44
Octal 346 164 213 0 62 50 12 534 106 104
Binary 11100110 1110100 10001011 0 110010 101000 1010 101011100 1000110 1000100

Color Harmonies of #E6748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6748B

Black with #E6748B

Text Example


Text Example

White with #E6748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6748B; }

 p { color: rgb(230,116,139); }

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

background-color css

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

 a { background-color: rgb(230,116,139); }

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

border-color css

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

 span { border-color: rgb(230,116,139); }

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