Html Css Color HEX #E7727C Froly

📋 copy color: '#E7727C'

red 231 ◦ green 114 ◦ blue 124

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

Shades of Froly #E7727C

Tints of Froly #E7727C

RGB

 RED value IS 231 (90.63% from 255) = 49.25%

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

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

R = 49.25%
G = 24.31%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7727C (or 0xE7727C) is known color: Froly. HEX triplet: E7, 72 and 7C. RGB value is (231,114,124). Sum of RGB (Red+Green+Blue) = 231+114+124=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E7727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7727C is #188D83. Grayscale: #969696. Windows color (decimal): -1609092 or 8155879. OLE color: 8155879.

HSL color Cylindrical-coordinate representation of color #E7727C: hue angle of 354.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7727C is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 114 124 -
CMYK 0 0.51 0.46 0.09
HSL 354.87º 0.71% 0.68% -
HSV(B) 354.87º 0.51% 0.91% -
XYZ 42.61 30.48 22.71 -
YUV 150.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 231 114 124 0 0.51 0.46 0.09 354.87 0.71 0.68
Hex E7 72 7C 0 33 2E 9 163 47 44
Octal 347 162 174 0 63 56 11 543 107 104
Binary 11100111 1110010 1111100 0 110011 101110 1001 101100011 1000111 1000100

Color Harmonies of #E7727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7727C

Black with #E7727C

Text Example


Text Example

White with #E7727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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