Html Css Color HEX #E27C7F Froly

📋 copy color: '#E27C7F'

red 226 ◦ green 124 ◦ blue 127

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

Shades of Froly #E27C7F

Tints of Froly #E27C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

 BLUE value IS 127 (50% from 255) = 26.62%

R = 47.38%
G = 26%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E27C7F (or 0xE27C7F) is known color: Froly. HEX triplet: E2, 7C and 7F. RGB value is (226,124,127). Sum of RGB (Red+Green+Blue) = 226+124+127=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C7F is #1D8380. Grayscale: #9A9A9A. Windows color (decimal): -1934209 or 8355042. OLE color: 8355042.

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

Color convert

RGB 226 124 127 -
CMYK 0 0.45 0.44 0.11
HSL 358.24º 0.64% 0.69% -
HSV(B) 358.24º 0.45% 0.89% -
XYZ 42.4 32.12 24.04 -
YUV 154.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 226 124 127 0 0.45 0.44 0.11 358.24 0.64 0.69
Hex E2 7C 7F 0 2D 2C B 166 40 45
Octal 342 174 177 0 55 54 13 546 100 105
Binary 11100010 1111100 1111111 0 101101 101100 1011 101100110 1000000 1000101

Color Harmonies of #E27C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27C7F

Black with #E27C7F

Text Example


Text Example

White with #E27C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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