Html Css Color HEX #EF6364 Froly

📋 copy color: '#EF6364'

red 239 ◦ green 99 ◦ blue 100

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

Shades of Froly #EF6364

Tints of Froly #EF6364

RGB

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

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

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

R = 54.57%
G = 22.6%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF6364 (or 0xEF6364) is known color: Froly. HEX triplet: EF, 63 and 64. RGB value is (239,99,100). Sum of RGB (Red+Green+Blue) = 239+99+100=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6364 is #109C9B. Grayscale: #8D8D8D. Windows color (decimal): -1088668 or 6579183. OLE color: 6579183.

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

Color convert

RGB 239 99 100 -
CMYK 0 0.59 0.58 0.06
HSL 359.57º 0.81% 0.66% -
HSV(B) 359.57º 0.59% 0.94% -
XYZ 42.36 28.19 15.27 -
YUV 140.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 239 99 100 0 0.59 0.58 0.06 359.57 0.81 0.66
Hex EF 63 64 0 3B 3A 6 168 51 42
Octal 357 143 144 0 73 72 6 550 121 102
Binary 11101111 1100011 1100100 0 111011 111010 110 101101000 1010001 1000010

Color Harmonies of #EF6364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6364

Black with #EF6364

Text Example


Text Example

White with #EF6364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6364; }

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

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

background-color css

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

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

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

border-color css

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

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

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