Html Css Color HEX #FFE3EA Amour

📋 copy color: '#FFE3EA'

red 255 ◦ green 227 ◦ blue 234

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

Shades of Amour #FFE3EA

Tints of Amour #FFE3EA

RGB

 RED value IS 255 (100% from 255) = 35.61%

 GREEN value IS 227 (89.06% from 255) = 31.7%

 BLUE value IS 234 (91.8% from 255) = 32.68%

R = 35.61%
G = 31.7%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFE3EA (or 0xFFE3EA) is known color: Amour. HEX triplet: FF, E3 and EA. RGB value is (255,227,234). Sum of RGB (Red+Green+Blue) = 255+227+234=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 227 (89.06% from 255 or 31.70% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE3EA is #001C15. Grayscale: #ECECEC. Windows color (decimal): -7190 or 15393791. OLE color: 15393791.

HSL color Cylindrical-coordinate representation of color #FFE3EA: hue angle of 345º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE3EA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 227 234 -
CMYK 0 0.11 0.08 0
HSL 345º 1% 0.95% -
HSV(B) 345º 0.11% 1% -
XYZ 83.56 82.14 89.29 -
YUV 236.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 255 227 234 0 0.11 0.08 0 345 1 0.95
Hex FF E3 EA 0 B 8 0 159 64 5F
Octal 377 343 352 0 13 10 0 531 144 137
Binary 11111111 11100011 11101010 0 1011 1000 0 101011001 1100100 1011111

Color Harmonies of #FFE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE3EA

Black with #FFE3EA

Text Example


Text Example

White with #FFE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE3EA; }

 p { color: rgb(255,227,234); }

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

background-color css

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

 a { background-color: rgb(255,227,234); }

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

border-color css

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

 span { border-color: rgb(255,227,234); }

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