Html Css Color HEX #E2787B Froly

📋 copy color: '#E2787B'

red 226 ◦ green 120 ◦ blue 123

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

Shades of Froly #E2787B

Tints of Froly #E2787B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 48.19%
G = 25.59%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2787B (or 0xE2787B) is known color: Froly. HEX triplet: E2, 78 and 7B. RGB value is (226,120,123). Sum of RGB (Red+Green+Blue) = 226+120+123=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2787B is #1D8784. Grayscale: #989898. Windows color (decimal): -1935237 or 8091874. OLE color: 8091874.

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

Color convert

RGB 226 120 123 -
CMYK 0 0.47 0.46 0.11
HSL 358.3º 0.65% 0.68% -
HSV(B) 358.3º 0.47% 0.89% -
XYZ 41.66 31.03 22.53 -
YUV 152.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 226 120 123 0 0.47 0.46 0.11 358.3 0.65 0.68
Hex E2 78 7B 0 2F 2E B 166 41 44
Octal 342 170 173 0 57 56 13 546 101 104
Binary 11100010 1111000 1111011 0 101111 101110 1011 101100110 1000001 1000100

Color Harmonies of #E2787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2787B

Black with #E2787B

Text Example


Text Example

White with #E2787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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