Html Css Color HEX #E2757F Froly

📋 copy color: '#E2757F'

red 226 ◦ green 117 ◦ blue 127

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

Shades of Froly #E2757F

Tints of Froly #E2757F

RGB

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

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

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

R = 48.09%
G = 24.89%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2757F (or 0xE2757F) is known color: Froly. HEX triplet: E2, 75 and 7F. RGB value is (226,117,127). Sum of RGB (Red+Green+Blue) = 226+117+127=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2757F is #1D8A80. Grayscale: #969696. Windows color (decimal): -1936001 or 8353250. OLE color: 8353250.

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

Color convert

RGB 226 117 127 -
CMYK 0 0.48 0.44 0.11
HSL 354.5º 0.65% 0.67% -
HSV(B) 354.5º 0.48% 0.89% -
XYZ 41.56 30.42 23.76 -
YUV 150.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 226 117 127 0 0.48 0.44 0.11 354.5 0.65 0.67
Hex E2 75 7F 0 30 2C B 162 41 43
Octal 342 165 177 0 60 54 13 542 101 103
Binary 11100010 1110101 1111111 0 110000 101100 1011 101100010 1000001 1000011

Color Harmonies of #E2757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2757F

Black with #E2757F

Text Example


Text Example

White with #E2757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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