Html Css Color HEX #E46A8C Deep Blush

📋 copy color: '#E46A8C'

red 228 ◦ green 106 ◦ blue 140

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

Shades of Deep Blush #E46A8C

Tints of Deep Blush #E46A8C

RGB

 RED value IS 228 (89.45% from 255) = 48.1%

 GREEN value IS 106 (41.8% from 255) = 22.36%

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

R = 48.1%
G = 22.36%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E46A8C (or 0xE46A8C) is known color: Deep Blush. HEX triplet: E4, 6A and 8C. RGB value is (228,106,140). Sum of RGB (Red+Green+Blue) = 228+106+140=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46A8C is #1B9573. Grayscale: #929292. Windows color (decimal): -1807732 or 9202404. OLE color: 9202404.

HSL color Cylindrical-coordinate representation of color #E46A8C: hue angle of 343.28º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46A8C is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 106 140 -
CMYK 0 0.54 0.39 0.11
HSL 343.28º 0.69% 0.65% -
HSV(B) 343.28º 0.54% 0.89% -
XYZ 41.88 28.7 28.14 -
YUV 146.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 228 106 140 0 0.54 0.39 0.11 343.28 0.69 0.65
Hex E4 6A 8C 0 36 27 B 157 45 41
Octal 344 152 214 0 66 47 13 527 105 101
Binary 11100100 1101010 10001100 0 110110 100111 1011 101010111 1000101 1000001

Color Harmonies of #E46A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46A8C

Black with #E46A8C

Text Example


Text Example

White with #E46A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46A8C; }

 p { color: rgb(228,106,140); }

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

background-color css

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

 a { background-color: rgb(228,106,140); }

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

border-color css

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

 span { border-color: rgb(228,106,140); }

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