Html Css Color HEX #EF6876 Froly

📋 copy color: '#EF6876'

red 239 ◦ green 104 ◦ blue 118

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

Shades of Froly #EF6876

Tints of Froly #EF6876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.56%

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 51.84%
G = 22.56%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF6876 (or 0xEF6876) is known color: Froly. HEX triplet: EF, 68 and 76. RGB value is (239,104,118). Sum of RGB (Red+Green+Blue) = 239+104+118=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6876 is #109789. Grayscale: #929292. Windows color (decimal): -1087370 or 7760111. OLE color: 7760111.

HSL color Cylindrical-coordinate representation of color #EF6876: hue angle of 353.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6876 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 118 -
CMYK 0 0.56 0.51 0.06
HSL 353.78º 0.81% 0.67% -
HSV(B) 353.78º 0.56% 0.94% -
XYZ 43.82 29.56 20.54 -
YUV 145.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 239 104 118 0 0.56 0.51 0.06 353.78 0.81 0.67
Hex EF 68 76 0 38 33 6 162 51 43
Octal 357 150 166 0 70 63 6 542 121 103
Binary 11101111 1101000 1110110 0 111000 110011 110 101100010 1010001 1000011

Color Harmonies of #EF6876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6876

Black with #EF6876

Text Example


Text Example

White with #EF6876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6876; }

 p { color: rgb(239,104,118); }

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

background-color css

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

 a { background-color: rgb(239,104,118); }

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

border-color css

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

 span { border-color: rgb(239,104,118); }

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