Html Css Color HEX #E08081 Froly

📋 copy color: '#E08081'

red 224 ◦ green 128 ◦ blue 129

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

Shades of Froly #E08081

Tints of Froly #E08081

RGB

 RED value IS 224 (87.89% from 255) = 46.57%

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

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

R = 46.57%
G = 26.61%
B = 26.82%

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

#E08081 (or 0xE08081) is known color: Froly. HEX triplet: E0, 80 and 81. RGB value is (224,128,129). Sum of RGB (Red+Green+Blue) = 224+128+129=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E08081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08081 is #1F7F7E. Grayscale: #9C9C9C. Windows color (decimal): -2064255 or 8487136. OLE color: 8487136.

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

Color convert

RGB 224 128 129 -
CMYK 0 0.43 0.42 0.12
HSL 359.38º 0.61% 0.69% -
HSV(B) 359.38º 0.43% 0.88% -
XYZ 42.42 32.87 24.88 -
YUV 156.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 224 128 129 0 0.43 0.42 0.12 359.38 0.61 0.69
Hex E0 80 81 0 2B 2A C 167 3D 45
Octal 340 200 201 0 53 52 14 547 75 105
Binary 11100000 10000000 10000001 0 101011 101010 1100 101100111 111101 1000101

Color Harmonies of #E08081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08081

Black with #E08081

Text Example


Text Example

White with #E08081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08081; }

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

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

background-color css

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

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

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

border-color css

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

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

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