Html Css Color HEX #EF6376 Froly

📋 copy color: '#EF6376'

red 239 ◦ green 99 ◦ blue 118

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

Shades of Froly #EF6376

Tints of Froly #EF6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.71%

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

R = 52.41%
G = 21.71%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF6376 (or 0xEF6376) is known color: Froly. HEX triplet: EF, 63 and 76. RGB value is (239,99,118). Sum of RGB (Red+Green+Blue) = 239+99+118=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6376 is #109C89. Grayscale: #8F8F8F. Windows color (decimal): -1088650 or 7758831. OLE color: 7758831.

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

Color convert

RGB 239 99 118 -
CMYK 0 0.59 0.51 0.06
HSL 351.86º 0.81% 0.66% -
HSV(B) 351.86º 0.59% 0.94% -
XYZ 43.33 28.58 20.37 -
YUV 143.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 239 99 118 0 0.59 0.51 0.06 351.86 0.81 0.66
Hex EF 63 76 0 3B 33 6 160 51 42
Octal 357 143 166 0 73 63 6 540 121 102
Binary 11101111 1100011 1110110 0 111011 110011 110 101100000 1010001 1000010

Color Harmonies of #EF6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6376

Black with #EF6376

Text Example


Text Example

White with #EF6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6376; }

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

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

background-color css

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

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

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

border-color css

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

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

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