Html Css Color HEX #E7757A Froly

📋 copy color: '#E7757A'

red 231 ◦ green 117 ◦ blue 122

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

Shades of Froly #E7757A

Tints of Froly #E7757A

RGB

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

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

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

R = 49.15%
G = 24.89%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7757A (or 0xE7757A) is known color: Froly. HEX triplet: E7, 75 and 7A. RGB value is (231,117,122). Sum of RGB (Red+Green+Blue) = 231+117+122=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E7757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7757A is #188A85. Grayscale: #979797. Windows color (decimal): -1608326 or 8025575. OLE color: 8025575.

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

Color convert

RGB 231 117 122 -
CMYK 0 0.49 0.47 0.09
HSL 357.37º 0.7% 0.68% -
HSV(B) 357.37º 0.49% 0.91% -
XYZ 42.83 31.12 22.16 -
YUV 151.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 231 117 122 0 0.49 0.47 0.09 357.37 0.7 0.68
Hex E7 75 7A 0 31 2F 9 165 46 44
Octal 347 165 172 0 61 57 11 545 106 104
Binary 11100111 1110101 1111010 0 110001 101111 1001 101100101 1000110 1000100

Color Harmonies of #E7757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7757A

Black with #E7757A

Text Example


Text Example

White with #E7757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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