Html Css Color HEX #E7727A Froly

📋 copy color: '#E7727A'

red 231 ◦ green 114 ◦ blue 122

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

Shades of Froly #E7727A

Tints of Froly #E7727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.12%

R = 49.46%
G = 24.41%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7727A (or 0xE7727A) is known color: Froly. HEX triplet: E7, 72 and 7A. RGB value is (231,114,122). Sum of RGB (Red+Green+Blue) = 231+114+122=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E7727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7727A is #188D85. Grayscale: #959595. Windows color (decimal): -1609094 or 8024807. OLE color: 8024807.

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

Color convert

RGB 231 114 122 -
CMYK 0 0.51 0.47 0.09
HSL 355.9º 0.71% 0.68% -
HSV(B) 355.9º 0.51% 0.91% -
XYZ 42.49 30.43 22.05 -
YUV 149.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 231 114 122 0 0.51 0.47 0.09 355.9 0.71 0.68
Hex E7 72 7A 0 33 2F 9 164 47 44
Octal 347 162 172 0 63 57 11 544 107 104
Binary 11100111 1110010 1111010 0 110011 101111 1001 101100100 1000111 1000100

Color Harmonies of #E7727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7727A

Black with #E7727A

Text Example


Text Example

White with #E7727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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