Html Css Color HEX #E6748D Deep Blush

📋 copy color: '#E6748D'

red 230 ◦ green 116 ◦ blue 141

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

Shades of Deep Blush #E6748D

Tints of Deep Blush #E6748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.95%

R = 47.23%
G = 23.82%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6748D (or 0xE6748D) is known color: Deep Blush. HEX triplet: E6, 74 and 8D. RGB value is (230,116,141). Sum of RGB (Red+Green+Blue) = 230+116+141=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6748D is #198B72. Grayscale: #989898. Windows color (decimal): -1674099 or 9270502. OLE color: 9270502.

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

Color convert

RGB 230 116 141 -
CMYK 0 0.50 0.39 0.10
HSL 346.84º 0.7% 0.68% -
HSV(B) 346.84º 0.5% 0.9% -
XYZ 43.69 31.24 28.93 -
YUV 152.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 230 116 141 0 0.50 0.39 0.10 346.84 0.7 0.68
Hex E6 74 8D 0 32 27 A 15B 46 44
Octal 346 164 215 0 62 47 12 533 106 104
Binary 11100110 1110100 10001101 0 110010 100111 1010 101011011 1000110 1000100

Color Harmonies of #E6748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6748D

Black with #E6748D

Text Example


Text Example

White with #E6748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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