Html Css Color HEX #EF626C Froly

📋 copy color: '#EF626C'

red 239 ◦ green 98 ◦ blue 108

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

Shades of Froly #EF626C

Tints of Froly #EF626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.02%

 BLUE value IS 108 (42.58% from 255) = 24.27%

R = 53.71%
G = 22.02%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF626C (or 0xEF626C) is known color: Froly. HEX triplet: EF, 62 and 6C. RGB value is (239,98,108). Sum of RGB (Red+Green+Blue) = 239+98+108=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF626C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF626C is #109D93. Grayscale: #8D8D8D. Windows color (decimal): -1088916 or 7103215. OLE color: 7103215.

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

Color convert

RGB 239 98 108 -
CMYK 0 0.59 0.55 0.06
HSL 355.74º 0.82% 0.66% -
HSV(B) 355.74º 0.59% 0.94% -
XYZ 42.67 28.17 17.38 -
YUV 141.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 239 98 108 0 0.59 0.55 0.06 355.74 0.82 0.66
Hex EF 62 6C 0 3B 37 6 164 52 42
Octal 357 142 154 0 73 67 6 544 122 102
Binary 11101111 1100010 1101100 0 111011 110111 110 101100100 1010010 1000010

Color Harmonies of #EF626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF626C

Black with #EF626C

Text Example


Text Example

White with #EF626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF626C; }

 p { color: rgb(239,98,108); }

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

background-color css

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

 a { background-color: rgb(239,98,108); }

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

border-color css

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

 span { border-color: rgb(239,98,108); }

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