Html Css Color HEX #E2757C Froly

📋 copy color: '#E2757C'

red 226 ◦ green 117 ◦ blue 124

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

Shades of Froly #E2757C

Tints of Froly #E2757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

 BLUE value IS 124 (48.83% from 255) = 26.55%

R = 48.39%
G = 25.05%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2757C (or 0xE2757C) is known color: Froly. HEX triplet: E2, 75 and 7C. RGB value is (226,117,124). Sum of RGB (Red+Green+Blue) = 226+117+124=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2757C is #1D8A83. Grayscale: #969696. Windows color (decimal): -1936004 or 8156642. OLE color: 8156642.

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

Color convert

RGB 226 117 124 -
CMYK 0 0.48 0.45 0.11
HSL 356.15º 0.65% 0.67% -
HSV(B) 356.15º 0.48% 0.89% -
XYZ 41.36 30.35 22.75 -
YUV 150.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 226 117 124 0 0.48 0.45 0.11 356.15 0.65 0.67
Hex E2 75 7C 0 30 2D B 164 41 43
Octal 342 165 174 0 60 55 13 544 101 103
Binary 11100010 1110101 1111100 0 110000 101101 1011 101100100 1000001 1000011

Color Harmonies of #E2757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2757C

Black with #E2757C

Text Example


Text Example

White with #E2757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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