Html Css Color HEX #EF6064 Froly

📋 copy color: '#EF6064'

red 239 ◦ green 96 ◦ blue 100

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

Shades of Froly #EF6064

Tints of Froly #EF6064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.07%

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 54.94%
G = 22.07%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF6064 (or 0xEF6064) is known color: Froly. HEX triplet: EF, 60 and 64. RGB value is (239,96,100). Sum of RGB (Red+Green+Blue) = 239+96+100=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6064 is #109F9B. Grayscale: #8B8B8B. Windows color (decimal): -1089436 or 6578415. OLE color: 6578415.

HSL color Cylindrical-coordinate representation of color #EF6064: hue angle of 358.32º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6064 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 100 -
CMYK 0 0.60 0.58 0.06
HSL 358.32º 0.82% 0.66% -
HSV(B) 358.32º 0.6% 0.94% -
XYZ 42.08 27.64 15.17 -
YUV 139.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 239 96 100 0 0.60 0.58 0.06 358.32 0.82 0.66
Hex EF 60 64 0 3C 3A 6 166 52 42
Octal 357 140 144 0 74 72 6 546 122 102
Binary 11101111 1100000 1100100 0 111100 111010 110 101100110 1010010 1000010

Color Harmonies of #EF6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6064

Black with #EF6064

Text Example


Text Example

White with #EF6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6064; }

 p { color: rgb(239,96,100); }

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

background-color css

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

 a { background-color: rgb(239,96,100); }

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

border-color css

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

 span { border-color: rgb(239,96,100); }

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