Html Css Color HEX #E27F80 Froly

📋 copy color: '#E27F80'

red 226 ◦ green 127 ◦ blue 128

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

Shades of Froly #E27F80

Tints of Froly #E27F80

RGB

 RED value IS 226 (88.67% from 255) = 46.99%

 GREEN value IS 127 (50% from 255) = 26.4%

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

R = 46.99%
G = 26.4%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E27F80 (or 0xE27F80) is known color: Froly. HEX triplet: E2, 7F and 80. RGB value is (226,127,128). Sum of RGB (Red+Green+Blue) = 226+127+128=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27F80 is #1D807F. Grayscale: #9C9C9C. Windows color (decimal): -1933440 or 8421346. OLE color: 8421346.

HSL color Cylindrical-coordinate representation of color #E27F80: hue angle of 359.39º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27F80 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 127 128 -
CMYK 0 0.44 0.43 0.11
HSL 359.39º 0.63% 0.69% -
HSV(B) 359.39º 0.44% 0.89% -
XYZ 42.85 32.91 24.52 -
YUV 156.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 226 127 128 0 0.44 0.43 0.11 359.39 0.63 0.69
Hex E2 7F 80 0 2C 2B B 167 3F 45
Octal 342 177 200 0 54 53 13 547 77 105
Binary 11100010 1111111 10000000 0 101100 101011 1011 101100111 111111 1000101

Color Harmonies of #E27F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27F80

Black with #E27F80

Text Example


Text Example

White with #E27F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27F80; }

 p { color: rgb(226,127,128); }

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

background-color css

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

 a { background-color: rgb(226,127,128); }

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

border-color css

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

 span { border-color: rgb(226,127,128); }

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