Html Css Color HEX #E46385 Deep Blush

📋 copy color: '#E46385'

red 228 ◦ green 99 ◦ blue 133

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

Shades of Deep Blush #E46385

Tints of Deep Blush #E46385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.52%

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

R = 49.57%
G = 21.52%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E46385 (or 0xE46385) is known color: Deep Blush. HEX triplet: E4, 63 and 85. RGB value is (228,99,133). Sum of RGB (Red+Green+Blue) = 228+99+133=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E46385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46385 is #1B9C7A. Grayscale: #8D8D8D. Windows color (decimal): -1809531 or 8741860. OLE color: 8741860.

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

Color convert

RGB 228 99 133 -
CMYK 0 0.57 0.42 0.11
HSL 344.19º 0.7% 0.64% -
HSV(B) 344.19º 0.57% 0.89% -
XYZ 40.69 27.11 25.28 -
YUV 141.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 228 99 133 0 0.57 0.42 0.11 344.19 0.7 0.64
Hex E4 63 85 0 39 2A B 158 46 40
Octal 344 143 205 0 71 52 13 530 106 100
Binary 11100100 1100011 10000101 0 111001 101010 1011 101011000 1000110 1000000

Color Harmonies of #E46385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46385

Black with #E46385

Text Example


Text Example

White with #E46385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46385; }

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

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

background-color css

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

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

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

border-color css

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

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

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