Html Css Color HEX #EF6877 Froly

📋 copy color: '#EF6877'

red 239 ◦ green 104 ◦ blue 119

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

Shades of Froly #EF6877

Tints of Froly #EF6877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.76%

R = 51.73%
G = 22.51%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF6877 (or 0xEF6877) is known color: Froly. HEX triplet: EF, 68 and 77. RGB value is (239,104,119). Sum of RGB (Red+Green+Blue) = 239+104+119=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6877 is #109788. Grayscale: #929292. Windows color (decimal): -1087369 or 7825647. OLE color: 7825647.

HSL color Cylindrical-coordinate representation of color #EF6877: hue angle of 353.33º 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 #EF6877 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 119 -
CMYK 0 0.56 0.50 0.06
HSL 353.33º 0.81% 0.67% -
HSV(B) 353.33º 0.56% 0.94% -
XYZ 43.88 29.58 20.85 -
YUV 146.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 239 104 119 0 0.56 0.50 0.06 353.33 0.81 0.67
Hex EF 68 77 0 38 32 6 161 51 43
Octal 357 150 167 0 70 62 6 541 121 103
Binary 11101111 1101000 1110111 0 111000 110010 110 101100001 1010001 1000011

Color Harmonies of #EF6877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6877

Black with #EF6877

Text Example


Text Example

White with #EF6877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6877; }

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

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

background-color css

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

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

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

border-color css

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

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

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