Html Css Color HEX #E6748A Deep Blush

📋 copy color: '#E6748A'

red 230 ◦ green 116 ◦ blue 138

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

Shades of Deep Blush #E6748A

Tints of Deep Blush #E6748A

RGB

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

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

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

R = 47.52%
G = 23.97%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6748A (or 0xE6748A) is known color: Deep Blush. HEX triplet: E6, 74 and 8A. RGB value is (230,116,138). Sum of RGB (Red+Green+Blue) = 230+116+138=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6748A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6748A is #198B75. Grayscale: #989898. Windows color (decimal): -1674102 or 9073894. OLE color: 9073894.

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

Color convert

RGB 230 116 138 -
CMYK 0 0.50 0.4 0.10
HSL 348.42º 0.7% 0.68% -
HSV(B) 348.42º 0.5% 0.9% -
XYZ 43.47 31.15 27.77 -
YUV 152.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 230 116 138 0 0.50 0.4 0.10 348.42 0.7 0.68
Hex E6 74 8A 0 32 28 A 15C 46 44
Octal 346 164 212 0 62 50 12 534 106 104
Binary 11100110 1110100 10001010 0 110010 101000 1010 101011100 1000110 1000100

Color Harmonies of #E6748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6748A

Black with #E6748A

Text Example


Text Example

White with #E6748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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