Html Css Color HEX #EF646A Froly

📋 copy color: '#EF646A'

red 239 ◦ green 100 ◦ blue 106

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

Shades of Froly #EF646A

Tints of Froly #EF646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.47%

 BLUE value IS 106 (41.8% from 255) = 23.82%

R = 53.71%
G = 22.47%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF646A (or 0xEF646A) is known color: Froly. HEX triplet: EF, 64 and 6A. RGB value is (239,100,106). Sum of RGB (Red+Green+Blue) = 239+100+106=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF646A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF646A is #109B95. Grayscale: #8E8E8E. Windows color (decimal): -1088406 or 6972655. OLE color: 6972655.

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

Color convert

RGB 239 100 106 -
CMYK 0 0.58 0.56 0.06
HSL 357.41º 0.81% 0.66% -
HSV(B) 357.41º 0.58% 0.94% -
XYZ 42.76 28.51 16.88 -
YUV 142.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 239 100 106 0 0.58 0.56 0.06 357.41 0.81 0.66
Hex EF 64 6A 0 3A 38 6 165 51 42
Octal 357 144 152 0 72 70 6 545 121 102
Binary 11101111 1100100 1101010 0 111010 111000 110 101100101 1010001 1000010

Color Harmonies of #EF646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF646A

Black with #EF646A

Text Example


Text Example

White with #EF646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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