Html Css Color HEX #E6728C Deep Blush

📋 copy color: '#E6728C'

red 230 ◦ green 114 ◦ blue 140

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

Shades of Deep Blush #E6728C

Tints of Deep Blush #E6728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.55%

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 47.52%
G = 23.55%
B = 28.93%

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

#E6728C (or 0xE6728C) is known color: Deep Blush. HEX triplet: E6, 72 and 8C. RGB value is (230,114,140). Sum of RGB (Red+Green+Blue) = 230+114+140=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6728C is #198D73. Grayscale: #979797. Windows color (decimal): -1674612 or 9204454. OLE color: 9204454.

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

Color convert

RGB 230 114 140 -
CMYK 0 0.50 0.39 0.10
HSL 346.55º 0.7% 0.67% -
HSV(B) 346.55º 0.5% 0.9% -
XYZ 43.38 30.75 28.46 -
YUV 151.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 230 114 140 0 0.50 0.39 0.10 346.55 0.7 0.67
Hex E6 72 8C 0 32 27 A 15B 46 43
Octal 346 162 214 0 62 47 12 533 106 103
Binary 11100110 1110010 10001100 0 110010 100111 1010 101011011 1000110 1000011

Color Harmonies of #E6728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6728C

Black with #E6728C

Text Example


Text Example

White with #E6728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6728C; }

 p { color: rgb(230,114,140); }

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

background-color css

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

 a { background-color: rgb(230,114,140); }

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

border-color css

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

 span { border-color: rgb(230,114,140); }

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