Html Css Color HEX #E27A80 Froly

📋 copy color: '#E27A80'

red 226 ◦ green 122 ◦ blue 128

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

Shades of Froly #E27A80

Tints of Froly #E27A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.63%

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

R = 47.48%
G = 25.63%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E27A80 (or 0xE27A80) is known color: Froly. HEX triplet: E2, 7A and 80. RGB value is (226,122,128). Sum of RGB (Red+Green+Blue) = 226+122+128=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A80 is #1D857F. Grayscale: #999999. Windows color (decimal): -1934720 or 8420066. OLE color: 8420066.

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

Color convert

RGB 226 122 128 -
CMYK 0 0.46 0.43 0.11
HSL 356.54º 0.64% 0.68% -
HSV(B) 356.54º 0.46% 0.89% -
XYZ 42.22 31.65 24.31 -
YUV 153.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 226 122 128 0 0.46 0.43 0.11 356.54 0.64 0.68
Hex E2 7A 80 0 2E 2B B 165 40 44
Octal 342 172 200 0 56 53 13 545 100 104
Binary 11100010 1111010 10000000 0 101110 101011 1011 101100101 1000000 1000100

Color Harmonies of #E27A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27A80

Black with #E27A80

Text Example


Text Example

White with #E27A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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