Html Css Color HEX #E77982 Froly

📋 copy color: '#E77982'

red 231 ◦ green 121 ◦ blue 130

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

Shades of Froly #E77982

Tints of Froly #E77982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.1%

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 47.93%
G = 25.1%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E77982 (or 0xE77982) is known color: Froly. HEX triplet: E7, 79 and 82. RGB value is (231,121,130). Sum of RGB (Red+Green+Blue) = 231+121+130=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E77982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77982 is #18867D. Grayscale: #9A9A9A. Windows color (decimal): -1607294 or 8550887. OLE color: 8550887.

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

Color convert

RGB 231 121 130 -
CMYK 0 0.48 0.44 0.09
HSL 355.09º 0.7% 0.69% -
HSV(B) 355.09º 0.48% 0.91% -
XYZ 43.82 32.28 25.04 -
YUV 154.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 231 121 130 0 0.48 0.44 0.09 355.09 0.7 0.69
Hex E7 79 82 0 30 2C 9 163 46 45
Octal 347 171 202 0 60 54 11 543 106 105
Binary 11100111 1111001 10000010 0 110000 101100 1001 101100011 1000110 1000101

Color Harmonies of #E77982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77982

Black with #E77982

Text Example


Text Example

White with #E77982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77982; }

 p { color: rgb(231,121,130); }

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

background-color css

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

 a { background-color: rgb(231,121,130); }

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

border-color css

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

 span { border-color: rgb(231,121,130); }

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