Html Css Color HEX #E77A7F Froly

📋 copy color: '#E77A7F'

red 231 ◦ green 122 ◦ blue 127

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

Shades of Froly #E77A7F

Tints of Froly #E77A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

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

R = 48.13%
G = 25.42%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E77A7F (or 0xE77A7F) is known color: Froly. HEX triplet: E7, 7A and 7F. RGB value is (231,122,127). Sum of RGB (Red+Green+Blue) = 231+122+127=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A7F is #188580. Grayscale: #9B9B9B. Windows color (decimal): -1607041 or 8354535. OLE color: 8354535.

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

Color convert

RGB 231 122 127 -
CMYK 0 0.47 0.45 0.09
HSL 357.25º 0.69% 0.69% -
HSV(B) 357.25º 0.47% 0.91% -
XYZ 43.75 32.44 24.03 -
YUV 155.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 231 122 127 0 0.47 0.45 0.09 357.25 0.69 0.69
Hex E7 7A 7F 0 2F 2D 9 165 45 45
Octal 347 172 177 0 57 55 11 545 105 105
Binary 11100111 1111010 1111111 0 101111 101101 1001 101100101 1000101 1000101

Color Harmonies of #E77A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A7F

Black with #E77A7F

Text Example


Text Example

White with #E77A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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