Html Css Color HEX #E77882 Froly

📋 copy color: '#E77882'

red 231 ◦ green 120 ◦ blue 130

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

Shades of Froly #E77882

Tints of Froly #E77882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.95%

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

R = 48.02%
G = 24.95%
B = 27.03%

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

#E77882 (or 0xE77882) is known color: Froly. HEX triplet: E7, 78 and 82. RGB value is (231,120,130). Sum of RGB (Red+Green+Blue) = 231+120+130=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E77882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77882 is #18877D. Grayscale: #9A9A9A. Windows color (decimal): -1607550 or 8550631. OLE color: 8550631.

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

Color convert

RGB 231 120 130 -
CMYK 0 0.48 0.44 0.09
HSL 354.59º 0.7% 0.69% -
HSV(B) 354.59º 0.48% 0.91% -
XYZ 43.7 32.03 25 -
YUV 154.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 231 120 130 0 0.48 0.44 0.09 354.59 0.7 0.69
Hex E7 78 82 0 30 2C 9 163 46 45
Octal 347 170 202 0 60 54 11 543 106 105
Binary 11100111 1111000 10000010 0 110000 101100 1001 101100011 1000110 1000101

Color Harmonies of #E77882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77882

Black with #E77882

Text Example


Text Example

White with #E77882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77882; }

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

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

background-color css

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

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

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

border-color css

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

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

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