Html Css Color HEX #E27981 Froly

📋 copy color: '#E27981'

red 226 ◦ green 121 ◦ blue 129

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

Shades of Froly #E27981

Tints of Froly #E27981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.42%

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

R = 47.48%
G = 25.42%
B = 27.1%

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

#E27981 (or 0xE27981) is known color: Froly. HEX triplet: E2, 79 and 81. RGB value is (226,121,129). Sum of RGB (Red+Green+Blue) = 226+121+129=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E27981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27981 is #1D867E. Grayscale: #999999. Windows color (decimal): -1934975 or 8485346. OLE color: 8485346.

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

Color convert

RGB 226 121 129 -
CMYK 0 0.46 0.43 0.11
HSL 355.43º 0.64% 0.68% -
HSV(B) 355.43º 0.46% 0.89% -
XYZ 42.16 31.43 24.61 -
YUV 153.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 226 121 129 0 0.46 0.43 0.11 355.43 0.64 0.68
Hex E2 79 81 0 2E 2B B 163 40 44
Octal 342 171 201 0 56 53 13 543 100 104
Binary 11100010 1111001 10000001 0 101110 101011 1011 101100011 1000000 1000100

Color Harmonies of #E27981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27981

Black with #E27981

Text Example


Text Example

White with #E27981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27981; }

 p { color: rgb(226,121,129); }

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

background-color css

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

 a { background-color: rgb(226,121,129); }

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

border-color css

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

 span { border-color: rgb(226,121,129); }

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