Html Css Color HEX #E27277 Froly

📋 copy color: '#E27277'

red 226 ◦ green 114 ◦ blue 119

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

Shades of Froly #E27277

Tints of Froly #E27277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.84%

 BLUE value IS 119 (46.88% from 255) = 25.93%

R = 49.24%
G = 24.84%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E27277 (or 0xE27277) is known color: Froly. HEX triplet: E2, 72 and 77. RGB value is (226,114,119). Sum of RGB (Red+Green+Blue) = 226+114+119=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E27277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27277 is #1D8D88. Grayscale: #949494. Windows color (decimal): -1936777 or 7828194. OLE color: 7828194.

HSL color Cylindrical-coordinate representation of color #E27277: hue angle of 357.32º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27277 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 114 119 -
CMYK 0 0.50 0.47 0.11
HSL 357.32º 0.66% 0.67% -
HSV(B) 357.32º 0.5% 0.89% -
XYZ 40.71 29.54 21.01 -
YUV 148.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 226 114 119 0 0.50 0.47 0.11 357.32 0.66 0.67
Hex E2 72 77 0 32 2F B 165 42 43
Octal 342 162 167 0 62 57 13 545 102 103
Binary 11100010 1110010 1110111 0 110010 101111 1011 101100101 1000010 1000011

Color Harmonies of #E27277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27277

Black with #E27277

Text Example


Text Example

White with #E27277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27277; }

 p { color: rgb(226,114,119); }

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

background-color css

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

 a { background-color: rgb(226,114,119); }

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

border-color css

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

 span { border-color: rgb(226,114,119); }

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