Html Css Color HEX #EF7D80 Froly

📋 copy color: '#EF7D80'

red 239 ◦ green 125 ◦ blue 128

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

Shades of Froly #EF7D80

Tints of Froly #EF7D80

RGB

 RED value IS 239 (93.75% from 255) = 48.58%

 GREEN value IS 125 (49.22% from 255) = 25.41%

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 48.58%
G = 25.41%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF7D80 (or 0xEF7D80) is known color: Froly. HEX triplet: EF, 7D and 80. RGB value is (239,125,128). Sum of RGB (Red+Green+Blue) = 239+125+128=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D80 is #10827F. Grayscale: #9F9F9F. Windows color (decimal): -1081984 or 8420847. OLE color: 8420847.

HSL color Cylindrical-coordinate representation of color #EF7D80: hue angle of 358.42º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7D80 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 125 128 -
CMYK 0 0.48 0.46 0.06
HSL 358.42º 0.78% 0.71% -
HSV(B) 358.42º 0.48% 0.94% -
XYZ 46.83 34.58 24.63 -
YUV 159.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 239 125 128 0 0.48 0.46 0.06 358.42 0.78 0.71
Hex EF 7D 80 0 30 2E 6 166 4E 47
Octal 357 175 200 0 60 56 6 546 116 107
Binary 11101111 1111101 10000000 0 110000 101110 110 101100110 1001110 1000111

Color Harmonies of #EF7D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D80

Black with #EF7D80

Text Example


Text Example

White with #EF7D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D80; }

 p { color: rgb(239,125,128); }

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

background-color css

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

 a { background-color: rgb(239,125,128); }

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

border-color css

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

 span { border-color: rgb(239,125,128); }

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