Html Css Color HEX #E18081 Froly

📋 copy color: '#E18081'

red 225 ◦ green 128 ◦ blue 129

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

Shades of Froly #E18081

Tints of Froly #E18081

RGB

 RED value IS 225 (88.28% from 255) = 46.68%

 GREEN value IS 128 (50.39% from 255) = 26.56%

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 46.68%
G = 26.56%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E18081 (or 0xE18081) is known color: Froly. HEX triplet: E1, 80 and 81. RGB value is (225,128,129). Sum of RGB (Red+Green+Blue) = 225+128+129=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E18081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18081 is #1E7F7E. Grayscale: #9D9D9D. Windows color (decimal): -1998719 or 8487137. OLE color: 8487137.

HSL color Cylindrical-coordinate representation of color #E18081: hue angle of 359.38º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E18081 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 128 129 -
CMYK 0 0.43 0.43 0.12
HSL 359.38º 0.62% 0.69% -
HSV(B) 359.38º 0.43% 0.88% -
XYZ 42.73 33.03 24.89 -
YUV 157.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 225 128 129 0 0.43 0.43 0.12 359.38 0.62 0.69
Hex E1 80 81 0 2B 2B C 167 3E 45
Octal 341 200 201 0 53 53 14 547 76 105
Binary 11100001 10000000 10000001 0 101011 101011 1100 101100111 111110 1000101

Color Harmonies of #E18081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18081

Black with #E18081

Text Example


Text Example

White with #E18081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18081; }

 p { color: rgb(225,128,129); }

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

background-color css

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

 a { background-color: rgb(225,128,129); }

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

border-color css

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

 span { border-color: rgb(225,128,129); }

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