Html Css Color HEX #E5AFC4 Melanie

📋 copy color: '#E5AFC4'

red 229 ◦ green 175 ◦ blue 196

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

Shades of Melanie #E5AFC4

Tints of Melanie #E5AFC4

RGB

 RED value IS 229 (89.84% from 255) = 38.17%

 GREEN value IS 175 (68.75% from 255) = 29.17%

 BLUE value IS 196 (76.95% from 255) = 32.67%

R = 38.17%
G = 29.17%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E5AFC4 (or 0xE5AFC4) is known color: Melanie. HEX triplet: E5, AF and C4. RGB value is (229,175,196). Sum of RGB (Red+Green+Blue) = 229+175+196=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFC4 is #1A503B. Grayscale: #C1C1C1. Windows color (decimal): -1724476 or 12890085. OLE color: 12890085.

HSL color Cylindrical-coordinate representation of color #E5AFC4: hue angle of 336.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFC4 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 175 196 -
CMYK 0 0.24 0.14 0.10
HSL 336.67º 0.51% 0.79% -
HSV(B) 336.67º 0.24% 0.9% -
XYZ 57.61 51.3 59.09 -
YUV 193.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 229 175 196 0 0.24 0.14 0.10 336.67 0.51 0.79
Hex E5 AF C4 0 18 E A 151 33 4F
Octal 345 257 304 0 30 16 12 521 63 117
Binary 11100101 10101111 11000100 0 11000 1110 1010 101010001 110011 1001111

Color Harmonies of #E5AFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AFC4

Black with #E5AFC4

Text Example


Text Example

White with #E5AFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AFC4; }

 p { color: rgb(229,175,196); }

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

background-color css

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

 a { background-color: rgb(229,175,196); }

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

border-color css

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

 span { border-color: rgb(229,175,196); }

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