Html Css Color HEX #E18082 Froly

📋 copy color: '#E18082'

red 225 ◦ green 128 ◦ blue 130

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

Shades of Froly #E18082

Tints of Froly #E18082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.92%

R = 46.58%
G = 26.5%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E18082 (or 0xE18082) is known color: Froly. HEX triplet: E1, 80 and 82. RGB value is (225,128,130). Sum of RGB (Red+Green+Blue) = 225+128+130=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E18082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18082 is #1E7F7D. Grayscale: #9D9D9D. Windows color (decimal): -1998718 or 8552673. OLE color: 8552673.

HSL color Cylindrical-coordinate representation of color #E18082: hue angle of 358.76º 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 #E18082 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 128 130 -
CMYK 0 0.43 0.42 0.12
HSL 358.76º 0.62% 0.69% -
HSV(B) 358.76º 0.43% 0.88% -
XYZ 42.8 33.06 25.24 -
YUV 157.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 225 128 130 0 0.43 0.42 0.12 358.76 0.62 0.69
Hex E1 80 82 0 2B 2A C 167 3E 45
Octal 341 200 202 0 53 52 14 547 76 105
Binary 11100001 10000000 10000010 0 101011 101010 1100 101100111 111110 1000101

Color Harmonies of #E18082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18082

Black with #E18082

Text Example


Text Example

White with #E18082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18082; }

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

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

background-color css

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

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

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

border-color css

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

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

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