Html Css Color HEX #E27C7E Froly

📋 copy color: '#E27C7E'

red 226 ◦ green 124 ◦ blue 126

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

Shades of Froly #E27C7E

Tints of Froly #E27C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 47.48%
G = 26.05%
B = 26.47%

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

#E27C7E (or 0xE27C7E) is known color: Froly. HEX triplet: E2, 7C and 7E. RGB value is (226,124,126). Sum of RGB (Red+Green+Blue) = 226+124+126=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C7E is #1D8381. Grayscale: #9A9A9A. Windows color (decimal): -1934210 or 8289506. OLE color: 8289506.

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

Color convert

RGB 226 124 126 -
CMYK 0 0.45 0.44 0.11
HSL 358.82º 0.64% 0.69% -
HSV(B) 358.82º 0.45% 0.89% -
XYZ 42.34 32.09 23.7 -
YUV 154.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 226 124 126 0 0.45 0.44 0.11 358.82 0.64 0.69
Hex E2 7C 7E 0 2D 2C B 167 40 45
Octal 342 174 176 0 55 54 13 547 100 105
Binary 11100010 1111100 1111110 0 101101 101100 1011 101100111 1000000 1000101

Color Harmonies of #E27C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27C7E

Black with #E27C7E

Text Example


Text Example

White with #E27C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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