Html Css Color HEX #E2787F Froly

📋 copy color: '#E2787F'

red 226 ◦ green 120 ◦ blue 127

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

Shades of Froly #E2787F

Tints of Froly #E2787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

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

R = 47.78%
G = 25.37%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2787F (or 0xE2787F) is known color: Froly. HEX triplet: E2, 78 and 7F. RGB value is (226,120,127). Sum of RGB (Red+Green+Blue) = 226+120+127=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2787F is #1D8780. Grayscale: #989898. Windows color (decimal): -1935233 or 8354018. OLE color: 8354018.

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

Color convert

RGB 226 120 127 -
CMYK 0 0.47 0.44 0.11
HSL 356.04º 0.65% 0.68% -
HSV(B) 356.04º 0.47% 0.89% -
XYZ 41.91 31.13 23.88 -
YUV 152.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 226 120 127 0 0.47 0.44 0.11 356.04 0.65 0.68
Hex E2 78 7F 0 2F 2C B 164 41 44
Octal 342 170 177 0 57 54 13 544 101 104
Binary 11100010 1111000 1111111 0 101111 101100 1011 101100100 1000001 1000100

Color Harmonies of #E2787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2787F

Black with #E2787F

Text Example


Text Example

White with #E2787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2787F; }

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

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

background-color css

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

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

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

border-color css

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

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

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