Html Css Color HEX #E46485 Deep Blush

📋 copy color: '#E46485'

red 228 ◦ green 100 ◦ blue 133

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

Shades of Deep Blush #E46485

Tints of Deep Blush #E46485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 49.46%
G = 21.69%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E46485 (or 0xE46485) is known color: Deep Blush. HEX triplet: E4, 64 and 85. RGB value is (228,100,133). Sum of RGB (Red+Green+Blue) = 228+100+133=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E46485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46485 is #1B9B7A. Grayscale: #8E8E8E. Windows color (decimal): -1809275 or 8742116. OLE color: 8742116.

HSL color Cylindrical-coordinate representation of color #E46485: hue angle of 344.53º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E46485 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 100 133 -
CMYK 0 0.56 0.42 0.11
HSL 344.53º 0.7% 0.64% -
HSV(B) 344.53º 0.56% 0.89% -
XYZ 40.79 27.3 25.31 -
YUV 142.03 122.91 189.32 -
System Red Green Blue C M Y K H S L
Decimal 228 100 133 0 0.56 0.42 0.11 344.53 0.7 0.64
Hex E4 64 85 0 38 2A B 159 46 40
Octal 344 144 205 0 70 52 13 531 106 100
Binary 11100100 1100100 10000101 0 111000 101010 1011 101011001 1000110 1000000

Color Harmonies of #E46485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46485

Black with #E46485

Text Example


Text Example

White with #E46485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46485; }

 p { color: rgb(228,100,133); }

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

background-color css

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

 a { background-color: rgb(228,100,133); }

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

border-color css

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

 span { border-color: rgb(228,100,133); }

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