Html Css Color HEX #EF606C Froly

📋 copy color: '#EF606C'

red 239 ◦ green 96 ◦ blue 108

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

Shades of Froly #EF606C

Tints of Froly #EF606C

RGB

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

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

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

R = 53.95%
G = 21.67%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF606C (or 0xEF606C) is known color: Froly. HEX triplet: EF, 60 and 6C. RGB value is (239,96,108). Sum of RGB (Red+Green+Blue) = 239+96+108=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF606C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF606C is #109F93. Grayscale: #8C8C8C. Windows color (decimal): -1089428 or 7102703. OLE color: 7102703.

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

Color convert

RGB 239 96 108 -
CMYK 0 0.60 0.55 0.06
HSL 354.97º 0.82% 0.66% -
HSV(B) 354.97º 0.6% 0.94% -
XYZ 42.49 27.8 17.31 -
YUV 140.13 109.88 198.52 -
System Red Green Blue C M Y K H S L
Decimal 239 96 108 0 0.60 0.55 0.06 354.97 0.82 0.66
Hex EF 60 6C 0 3C 37 6 163 52 42
Octal 357 140 154 0 74 67 6 543 122 102
Binary 11101111 1100000 1101100 0 111100 110111 110 101100011 1010010 1000010

Color Harmonies of #EF606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF606C

Black with #EF606C

Text Example


Text Example

White with #EF606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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