Html Css Color HEX #E1727C Froly

📋 copy color: '#E1727C'

red 225 ◦ green 114 ◦ blue 124

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

Shades of Froly #E1727C

Tints of Froly #E1727C

RGB

 RED value IS 225 (88.28% from 255) = 48.6%

 GREEN value IS 114 (44.92% from 255) = 24.62%

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

R = 48.6%
G = 24.62%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1727C (or 0xE1727C) is known color: Froly. HEX triplet: E1, 72 and 7C. RGB value is (225,114,124). Sum of RGB (Red+Green+Blue) = 225+114+124=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1727C is #1E8D83. Grayscale: #949494. Windows color (decimal): -2002308 or 8155873. OLE color: 8155873.

HSL color Cylindrical-coordinate representation of color #E1727C: hue angle of 354.59º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1727C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 114 124 -
CMYK 0 0.49 0.45 0.12
HSL 354.59º 0.65% 0.66% -
HSV(B) 354.59º 0.49% 0.88% -
XYZ 40.71 29.5 22.62 -
YUV 148.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 225 114 124 0 0.49 0.45 0.12 354.59 0.65 0.66
Hex E1 72 7C 0 31 2D C 163 41 42
Octal 341 162 174 0 61 55 14 543 101 102
Binary 11100001 1110010 1111100 0 110001 101101 1100 101100011 1000001 1000010

Color Harmonies of #E1727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1727C

Black with #E1727C

Text Example


Text Example

White with #E1727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1727C; }

 p { color: rgb(225,114,124); }

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

background-color css

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

 a { background-color: rgb(225,114,124); }

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

border-color css

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

 span { border-color: rgb(225,114,124); }

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